Skip to content

Alguewator/TFC-Field-Guide

 
 

Repository files navigation

A transpilation of the TerraFirmaCraft Field Guide - the in-game documentation book - to an online format.

Development

# Setup python dependencies
> pip install -r requirements.txt

# Clone TerraFirmaCraft/TerraFirmaCraft into a folder /path/to/tfc
> python src/main.py --tfc-dir /path/to/tfc [--debug]

# Launch a webserver with python for testing
# View the file at `localhost:8000`
# Viewing as a file will mostly work too
> cd out
> python -m http.server 8000

About

French translation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.1%
  • HTML 4.5%
  • CSS 3.4%