/space-invaders

Classic game remake written in C++ as an exercise.

Primary LanguageCMake

Space Invaders in C++

Classic game remake made as a weekend exercise.

Before compile: sudo apt-get install libsfml-dev

Demo gif

This game was made using the excellent library SFML that provides a simple interface to the various components of the PC, to ease the development of games and multimedia applications..