Skip to content
BertrandBordage edited this page Apr 2, 2013 · 5 revisions

Welcome to the Minecraft wiki!

Setup on Windows

  1. Install Python 2.7 http://python.org/ftp/python/2.7.3/python-2.7.3.msi
  2. Download and install the alpha version of Pyglet from https://code.google.com/p/pyglet/downloads/list?q=1.2alpha1
  3. Extract pyglet-1.2alpha1.zip
  4. Run python setup.py install to install pyglet
  5. git clone https://github.com/fogleman/Minecraft or just download https://github.com/fogleman/Minecraft/raw/master/main.py
  6. Run python main.py
  7. Profit!

Setup on Mac OS X 10.8

You need to run this with Python 2.6 on OS X 10.8:

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

Setup on Ubuntu

  1. sudo apt-get install python-pyglet git
  2. git clone https://github.com/fogleman/Minecraft
  3. cd Minecraft
  4. python main.py

The game may freeze on some computers. See #20 to fix this.

Clone this wiki locally