Docs: https://docs.battlesnake.io/
latest engine: https://github.com/battlesnakeio/engine/releases/latest
python 2.7
Running on 2.18 windows ~ goh
- Get Requirements
pip install -r requirements.txt
- Run local Snake Server. Note the "listening on ..." url
python app/main.py
- Get lateset Engine
https://github.com/battlesnakeio/engine/releases/tag/v0.2.19
- Run Engine in dev mode (for windows, have to use git bash shell)
./engine.exe dev
-
Go to http://localhost:3010/ then put in the snake url
-
Test client in your browser: http://localhost:8080.