An open API service indexing awesome lists of open source software.

https://github.com/etcinit/minebot

Minecraft Bot for my final AI project
https://github.com/etcinit/minebot

Last synced: about 1 year ago
JSON representation

Minecraft Bot for my final AI project

Awesome Lists containing this project

README

          

minebot
=======

Minecraft Bot for my final AI project at UGA

![](https://www.dropbox.com/s/mqoy24t36vsmcov/Screenshot%202014-12-08%2022.52.26.png?dl=1)

## Setup

- Install Node.js and NPM
- Clone repo
- `cd minebot`
- Run `npm install`
- Run `node app port` where `port` is the port number the game server is running at
(it supports both local LAN games and dedicated games servers)

## Development

- Use `npm test` to run unit tests