fogleman / Minecraft

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

Basic API addition #61

Open drohrbaugh9 opened 9 years ago

drohrbaugh9 commented 9 years ago

The API itself is in mc.py. I added a few methods to main.py for the API. test.py represents another person's use of the API.

traverseda commented 8 years ago

Hey, I don't know if this is the appropriate place to post this, but I'm developing a community-driven fork of this repo over here.

drohrbaugh9 commented 8 years ago

Thanks for letting me know! I looked at your repo and realized that I have been doing a lot of the same stuff (e.g. terrain generation) and have very similar goals. When I have free time (mostly June and July), I'll take a good look at your repo.

traverseda commented 8 years ago

Awesome. More contributors are always welcome.