Game Development Reference
In-Depth Information
it should be possible to play different levels;
these levels should be loaded from a text file so that they can be changed without
having to change the source code;
the game should support animated characters, both for the player and the enemies;
the player should control the actions of the player character that has a capability
to run or jump;
there should be some basic physics in this game to manage falling, colliding with
objects, jumping on platforms, and so on.
That is quite a long list! Fortunately, we can reuse many of the classes that we have
already developed in the previous chapters in this topic. In the following chapters,
we will look into all these items on the list. If you want to play the complete version
of the Tick Tick game, open the solution belonging to Chap. 30 and press F5.
Search WWH ::




Custom Search