brurez / space-invaders

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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..

About

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


Languages

Language:CMake 52.7%Language:C++ 47.3%