Space Fortress (Working Title) is a game where you can explore procedurally generated worlds.
* - while currently untested, the instructions should work for any modern version of those systems.
You need the following dependencies installed in order to build sfwt
:
cmake
C++14
-compatible compiler (newer versions ofclang
,g++
etc)ncurses
It is recommended to use the newest versions available for your system/distribution.
git clone https://github.com/Gareth422/sfwt.git
$ cd sfwt
$ mkdir build
$ cmake ..
$ make
$ ./sfwt
[Coming soon]