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
- Host: GitHub
- URL: https://github.com/etcinit/minebot
- Owner: etcinit
- Archived: true
- Created: 2014-11-01T20:28:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-09T04:59:21.000Z (over 11 years ago)
- Last Synced: 2025-03-13T23:29:52.390Z (over 1 year ago)
- Language: JavaScript
- Size: 215 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
minebot
=======
Minecraft Bot for my final AI project at UGA

## 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