piodul / zoldak

1 stars 6 forks source link

Zoldak

A multiplayer split-screen SOLDAT-like platformer shooter!

Building

Linux

mkdir build   
cd build   
cmake ..   
make   

The binary will be under bin/ in the main directory of the project.