Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 282 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 282 Bytes

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