In this project we built the Space Invaders that is a fixed shooter game in which the player controls a ship by moving it horizontally across the bottom of the screen and firing at the enemies. The aim is to defeat some rows of moving enemies, horizontally accross the screen.
The ship has some walls protecting it from the enemies and has a limited number of lifes.
The enemies can also fire at the ship and have different strengths.
Find the detailed report here.
To play the game clone the repo and run it using Gradle with the following commands:
cd SpaceInvaders
./gradlew run