A game from the past. This version is intended as an example of the use of the Platform GUI C++ API.
Try a browser hosted version of the application here
See the Platform project for supported platforms and coding style.
- SDL2
- cmake
- C++11 compiler
Build using cmake...
mkdir build_native
cd build_native
cmake ..
make