implementation for the 2017 battlesnake
Prerequisistes:
docker
python 3 (prolly 3.4 + to be safe?)
pip
heroku (soon)
Get Python libraries:
pip install -r requirements.txt
Start a snake server on your local machine with
python main.py
Instructions for running the snake server locally (and documentation) over at: