Remake of the original Space Invaders game.
Here's the video explaining how I did it: https://youtu.be/WfYNelQiQvc
- If you're using Visual Studio: Visual studio can handle CMakeFiles automatically: see this link
- If you're on Linux:
-
Install SFML:
- Debian/Ubuntu:
sudo apt-get install libsfml-dev
- Arch Linux and derivatives:
sudo pacman -S sfml
- Debian/Ubuntu:
-
Compile the project:
In the root folder:
mkdir build && cd build cmake .. make
invaders
which you can run -