Skip to content

voxelbee/minecraft-evolution

Repository files navigation

minecraft-evolution Build Status

A system to write evolving AI within the game minecraft

To Do

  • Login to minecraft server
  • Get all packets working
  • Enable other minecraft versions
  • Add physics and movement code for the player

How to get running?

  1. Clone the repository then run the command gradlew build
  2. Open eclipse and then import existing gradle project
  3. Start coding

Setting up the minecraft server

  1. Navigate to the server directory
  2. run the command java -jar BuildTools.jar --rev 1.14.1 you can change the version to be what ever you want
  3. Update the run.bat file if you changed the Minecraft version to the new version
  4. Run the server and except the eula
  5. Edit server.txt file and set online mode to false

About

Run evolving AIs within the game minecraft

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages