8000 GitHub - RiverMesa/sfwt
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RiverMesa/sfwt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Space Fortress (Working Title)

Space Fortress (Working Title) is a game where you can explore procedurally generated worlds.

Compiling sfwt from source

*Nix (GNU/Linux, Mac OS X*, *BSDs*)

* - while currently untested, the instructions should work for any modern version of those systems.

Dependencies

You need the following dependencies installed in order to build sfwt:

  • cmake
  • C++14-compatible compiler (newer versions of clang, g++ etc)
  • ncurses

It is recommended to use the newest versions available for your system/distribution.

Cloning the repository
git clone https://github.com/Gareth422/sfwt.git

Building and running

$ cd sfwt   
$ mkdir build
$ cmake ..
$ make
$ ./sfwt

Windows

[Coming soon]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.3%
  • C 3.9%
  • CMake 3.8%
0