The second semester programming Project, a Space Invaders game in C++ with SFML.
Download the entire repo and extract it into one directory. Unzip "VisualStudio.rar" in the same directory, and open "SpaceInvaders.sln" with Visual Studio.
Extract the repo into any directory, and run the following commands in a terminal:
g++ -c main.cpp
g++ main.o -o game -lsfml-graphics -lsfml-audio -lsfml-window -lsfml-system
./game