Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 222 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 222 Bytes

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.