Skip to content
Stefano Peris edited this page Apr 19, 2019 · 13 revisions

Welcome to the TerraCraft wiki!

Setup on Windows

  1. Install Python 3.6+ http://python.org
  2. Install the last version of Pyglet: pip install pyglet
  3. git clone https://github.com/XenonLab-Studio/TerraCraft.git
  4. Run python main.py
  5. Profit!

Setup on Mac OS X 10.8

You need to run this with Python 3.6+ on OS X:

  1. sudo easy_install pip
  2. sudo pip install pyglet
  3. Clone the repository with git clone https://github.com/XenonLab-Studio/TerraCraft.git
  4. cd into the directory then:
  5. arch -i386 /usr/bin/python3.6 main.py

Setup on Linux (Ubuntu, Mint, etc.)

  1. sudo pip3 install pyglet
  2. git clone https://github.com/XenonLab-Studio/TerraCraft.git
  3. cd TerraCraft
  4. python3 main.py

Pyglet documentation

Docs