-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Stefano Peris edited this page Apr 19, 2019
·
13 revisions
- Install Python 3.6+ http://python.org
- Install the last version of Pyglet:
pip install pyglet
git clone https://github.com/XenonLab-Studio/TerraCraft.git
- Run
python main.py
- Profit!
You need to run this with Python 3.6+ on OS X:
sudo easy_install pip
sudo pip install pyglet
- Clone the repository with
git clone https://github.com/XenonLab-Studio/TerraCraft.git
- cd into the directory then:
arch -i386 /usr/bin/python3.6 main.py
sudo pip3 install pyglet
git clone https://github.com/XenonLab-Studio/TerraCraft.git
cd TerraCraft
python3 main.py
You have a problem? do you want to collaborate? do you have any new ideas? Report here!