fogleman / Minecraft

Simple Minecraft-inspired program using Python and Pyglet
MIT License
5.25k stars 1.24k forks source link

More documentation and cleanup #39

Closed jminardi closed 11 years ago

jminardi commented 11 years ago

This PR brings in more documentation, removes code paths that were unreachable, and makes kwargs more self consistent.

I've also removed the extra layer of indirection that init_block() added. I think this makes the code easier to follow.