This is an old revision of the document!
Making a 2D scroller game
- Configure scenes for 2D - Add to the scene an image that represents the game background (animated) - Add an animated character to the scene: - it can be controlled from the keyboard - shoots projectiles at enemies - animated in several states (minimum 3) - has a score that increases when killing enemies - Add at least two types of enemies animated by different techniques - destroyed on collision with the player's projectile - destroyed collision with the player - generated dynamically, at random positions and they move continuously