This post has been de-listed (Author was flagged for spam)
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Before I get started, code is here: https://github.com/nickelpro/spock
Hey guys, for the past couple months I've been spending some free time working on a project I call MCSpockbot, Spock for short. Spock is a Python framework for creating bots that play Minecraft. At the moment it has (IMHO) a very clean implementation of the Minecraft protocol, authentication, and plugin loading.
Now that I've got those fundamentals down, I'm looking to move forward in providing developers with very simple APIs for creating bots that can intelligently interact with Minecraft worlds. That means pathfinding, crafting, entity interactions, etc. Basically all the hard stuff.
If this sounds at all interesting to you, I'd love to hear from you. Just email me ([email protected]) or better yet, dive into the code and submit a pull request for something. If it's decent work or at least interesting you're welcome to have commit access.
EDIT: Oh ya, testers would also be welcome. Spock should support Windows but I don't know anyone who actually runs it on Windows. So I'm never sure if my changes have broken Windows support or not
Subreddit
Post Details
- Posted
- 10 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/codetogethe...