Skip to content

Brinsky/foth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

foth (or FOTH)

A game about a train and its track.

Build Instructions

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.

About

The second iteration of a simple, train related game. Somewhat experimental, and definitely a work in progress.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors