Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 364 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 364 Bytes

Minecraft

Simple Minecraft-inspired demo written in Python and Pyglet.

http://www.youtube.com/watch?v=kC3lwK631X8

How to Run

pip install pyglet
git clone https://github.com/fogleman/Minecraft.git
cd Minecraft
python main.py

On Mac OS X, you may have an issue with running Pyglet in 64-bit mode. Try this...

arch -i386 python main.py