A simple game created with JavaFX.
Things to do:
- Setup the movement of the character
- Setup the shooting animation and texture of the projectiles
- Make and add textures for the enemies
- Setup the BoundingBox(es), collider, of the player, projectiles and enemies
- Add EnemySpawner
- Heart-themed health bars
- Local Multi-player with a player on each side
- Make and add textures of the background
- Add Main menu
- Add Pause menu - Just added the texture for the menu. No ability to pick a choice or even choices added
- More to be decided