A game about a train and its track.
Building foth requires GNU Make and a version of g++ supporting C++11. It also requires two external libraries (which were created with foth in mind), version 1.1 of SFML State Manager and version 1.1 of SFML Resource Manager. Once these two libraries are built, the resulting library files (libsfml-res-man.a and libsfml-state-man.a) must be copied into lib/ within the foth directory. Next, the directories include/ResourceManager (from the Resource Manager repository) and include/StateManager (from the State Manager repository) should be copied into matching paths within the foth directory.
Finally, foth can be built by running make.
Once the game is in a more complete state, compiled binaries will be made available online.