forked from fogleman/Minecraft
-
Notifications
You must be signed in to change notification settings - Fork 33
Home
BertrandBordage edited this page Apr 2, 2013
·
5 revisions
Welcome to the Minecraft wiki!
- Install Python 2.7 http://python.org/ftp/python/2.7.3/python-2.7.3.msi
- Download and install the alpha version of Pyglet from https://code.google.com/p/pyglet/downloads/list?q=1.2alpha1
- Extract pyglet-1.2alpha1.zip
- Run
python setup.py install
to install pyglet -
git clone https://github.com/fogleman/Minecraft
or just download https://github.com/fogleman/Minecraft/raw/master/main.py - Run
python main.py
- Profit!
You need to run this with Python 2.6 on OS X 10.8:
- sudo easy_install-2.6 pip
- sudo pip-2.6 install pyglet
- Clone the repository with git clone https://github.com/fogleman/Minecraft
- cd into the directory then:
- arch -i386 /usr/bin/python2.6 main.py
sudo apt-get install python-pyglet git
git clone https://github.com/fogleman/Minecraft
cd Minecraft
python main.py
The game may freeze on some computers. See #20 to fix this.