Skip to content

taharshd/Space-Invaders

Repository files navigation

The second semester programming Project, a Space Invaders game in C++ with SFML.

Visual Studio

Download the entire repo and extract it into one directory. Unzip "VisualStudio.rar" in the same directory, and open "SpaceInvaders.sln" with Visual Studio.

Linux

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

About

Space Invaders built in C++ with SFML. Also, Sans Undertale.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published