mindcraft/README.md

18 lines
337 B
Markdown
Raw Normal View History

2023-08-15 23:39:02 -07:00
# Mindcraft
Crafting minds for Minecraft with AI!
## Installation
Install Node.js >= 14 from [nodejs.org](https://nodejs.org/)
2023-09-04 17:01:04 -05:00
Install node modules with `npm install`
2023-08-15 23:39:02 -07:00
## Usage
Start minecraft server on localhost port `55916`
Add `OPENAI_API_KEY` (and optionally `OPENAI_ORG_ID`) to your environment variables.
2023-09-04 17:01:04 -05:00
run `node main.js`