This is a game inspired by the classical retro game Asteroids. It's built in c++ using the external library SFML
It can be run either through Cmake, or using a regular make command. For regular makefile command type the following in the terminal for first time setup
make install
once the SFML libraries are installed, enter to command
make run
To compile and launch the game.
The game features 2 different gamemodes. First is very similar to the classical asteroids gamemode where you are supposed to shoot as many asteroids as possible to rack up points. The second gamemode is a little boss fight. Which features an enemy spaceship that will try to defeat you before you can defeat it.