- Read SpriteSheet using xml
- Have basic game.
The game uses CC0 basic sprites and sounds.
- Let enemies shoot bullets, random spawning enemy function, health bar, player damaged by bullets, enemy destroyed and creates explosion class.
Create Enemy Class, types corresponding to images and/or movement speeds, maybe random number that represents sprites.Allow collisions between player & enemyAllow enemy to shoot bulletsAllow bullets to destroy enemiesRandom spawning of enemieslevel based systemHealth per shootHealth bars- Powerups