Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 469 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 469 Bytes

Cylindrix

A 3-on-3 vehicle combat game with retro tron style graphics. Originally released commercially for MSDOS in 1995. It has been refactored to be cross-platform by building upon SDL, OpenGL and OpenAL.

Building

  • git clone --recursive [email protected]:hyperlogic/cylindrix.git
  • cd cylindrix
  • mkdir build
  • cd build
  • cmake ..
  • cmake --build . --config=Release

Running

  • build/cylindrix