Answer the question
In order to leave comments, you need to log in
How are Android games like Talking Tom Cat written?
Interested in general information to understand from which end to approach this. In particular, how do graphics fit in with code? In what form is the graphics put into the application? Is it just a set of sequentially changing pictures, or is a certain skeleton of a character created programmatically, and then graphics are “stretched” onto it?
Answer the question
In order to leave comments, you need to log in
Here is a detailed discussion of Tom's talking cat and how to do the same. Under ios, but I think you will figure it out without problems, besides, coconut is also available on android.
www.cocos2d-iphone.org/forum/topic/13942 Also
here
stackoverflow.com/questions/4744827/make-applications-similar-to-talking-tom-cat
You can take a game engine, such as Unity 3D, it is cross-platform. Models, animations, textures are taken. All this is thrown into resources. You manage animations and model locations with code, and so on. etc. This is in short.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question