Skip to content

LittleWhite-tb/PaciWar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# PaciWar

Remake of the "pacifism" mode from Geometry Wars 2.

Compilation

PaciWar uses CMake to create Makefile/IDE's project files. Additionnaly, you need SFML 2 to compile. The library is embedded and should automatically be found.

Linux (Makefiles), release version :

cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release

Linux (Makefiles), debug version :

cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug

If you need more information about that, read CMake documentation.

Building installer

At the moment, this is only tested on Windows. PaciWar also uses CPack to build binaries/installers.

About

Remake of the pacifism mode from Geometry Wars 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages