Code Monkey home page Code Monkey logo

battlesnake-python's Introduction

battlesnake-python

A simple BattleSnake AI written in Python. Available live at battlesnake-python.herokuapp.com.

To get started you'll need a working Python 2.7.6+ development environment and should be familiar with deploying Python apps to Heroku.

If you don't have a Python environment setup, we suggest starting here. You'll need pip and virtualenv for dependency management. We also suggest using virtualenvwrapper.

This AI client uses the bottle web framework for route management and response building, and the gunicorn web server for running bottle on Heroku.

Dependencies are listed in requirements.txt.

Deploy

Running the AI locally

Fork and clone this repo:

> git clone [email protected]:sendwithus/battlesnake-python.git
> cd battlesnake-python

Create new virtualenv (using virtualenvwrapper) and install dependencies:

> mkvirtualenv battlesnake-python
> workon battlesnake-python
> pip install -r requirements.txt

Run the server locally:

> ./run
Bottle v0.12.8 server starting up (using WSGIRefServer())...
Listening on http://localhost:8080/
Hit Ctrl-C to quit.

Test client in your browser: http://localhost:8080

Deploying to Heroku

Create a new Heroku app:

heroku create [APP_NAME]

Push code to Heroku servers:

git push heroku master

Open Heroku app in browser.

heroku open

Or go directly to: http://APP_NAME.herokuapp.com

You can also view liveserver logs with the heroku logs command:

heroku logs --tail

Questions?

Email, Twitter

battlesnake-python's People

Contributors

bvanvugt avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.