Game with many animation

Started by
2 comments, last by Nicholas Kong 10 years, 7 months ago

Hi

i have idea about 2d game and i went to create it.

i work now with cocos2d-x and my c++ is good

but in my new game are very animation and i think that i need an tools like flash for create it .

many animation that they animation are the part of game play

a game like limbo actions but with many animation

how tools you think is better for my game?

flash?

cocos?

or other tools?

Advertisement

Almost any game will have animations as a major part of the gameplay. If you're currently working with cocos2d-x and are so-so in C++ then don't move around. Improve the skills you've began working on. It's very possible to do what you need in cocos.

Animation is never really a limiting factor of what to develop in. Unless it's like working in the 3D realm vs the 2D realm.

any language and/or library that will draw a sprite, and you're good to go. as long as it runs fast enough. flash and other non-native code stuff may be a concern there.

Norm Barrows

Rockland Software Productions

"Building PC games since 1989"

rocklandsoftware.net

PLAY CAVEMAN NOW!

http://rocklandsoftware.net/beta.php

You can actually use code to dictate how your animation behaves. The code would be a list of images followed by time pairs.

This topic is closed to new replies.

Advertisement