Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 994 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 994 Bytes

A Minecraft / NuPIC Mashup

NuPIC Fall 2014 Hackathon project with Minecraft.

The java directory contains classes for an Forge Mod Loader Minecraft mod that writes player location over a socket. The python directory contains a NuPIC client that connects to the same socket and accepts the coordinates to pass them into a CoordinateEncoder.

Dependencies

Running

First, start the python process that opens a socket and waits for a connection from the Java minecraft mod.

python python/nupic_client.py

Then, start Minecraft using the Forge Mod Loader (you can find instructions on Eclipse and IntelliJ IDEA startup here).

Demo

Demo video image