Francis1993Z / UltraShooter

A top view spaceships 2D game.
GNU Lesser General Public License v3.0
2 stars 1 forks source link

UltraShooter

2D game with SFML

UltraShooter requiert SFML 2.

Compilation

Linux

Compilation avec CMake : Dans le dossier racine, ouvrez un terminal et entrez ces commandes

$mkdir build
$cd build
$cmake .. -G "Unix Makefiles"
$make
$cd ..
$./ultrashooter