wode-liu / Minecraft

Simple Minecraft-inspired program using Python and Pyglet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple Minecraft-inspired program using Python and Pyglet

License:MIT License