Minecraft
Minecraft copied to clipboard
Simple Minecraft-inspired program using Python and Pyglet
Windows: ``` set PYGLET_SHADOW_WINDOW=0 python main.py ``` Linux: ``` export PYGLET_SHADOW_WINDOW=0 ./main.py ``` Both fails with an unmodified PyGLet on Windows and Linux, but AFAICS it shouldn't, because pyCraft uses...
Project name
I would like everyone involved to propose a name for this project. Obviously it can't be called Minecraft because of trademarks and stuff. Right now it's "pyCraftr" (as defined with...
I think it would help the direction of the project to have a faster, less formal discussion venue, in addition to formal Issues. It was suggested in a few commit...
USED_MEDIA_LICENSES.md should be updated to include source and license for texture.png and icons used in the project.
Numpy?
Can I use numpy to improve performances and terrain generation posibilities? This adds a dependency, but I'm sure we will have to do it one day or another.