Skip to content

Code for BattleSnake 2019 Hackathon. Defeated most bounty snakes. Intermediate division

License

Notifications You must be signed in to change notification settings

faesalm/battlesnake_2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

starter-snake-python

A simple Battlesnake AI written in Python.

Visit https://github.com/battlesnakeio/community/blob/master/starter-snakes.md for API documentation and instructions for running your AI.

This AI client uses the bottle web framework to serve requests and the gunicorn web server for running bottle on Heroku. Dependencies are listed in requirements.txt.

Deploy

You will need...

Running the Snake Locally

  1. Clone repo to your development environment

  2. Install dependencies using pip:

pip install -r requirements.txt
  1. Run local server:
python app/main.py

About

Code for BattleSnake 2019 Hackathon. Defeated most bounty snakes. Intermediate division

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages