Implementation of Reversi/Othello board game, hosted on Google App Engine at reversi-1.appspot.com
###Installation Instructions:
- To run locally, download the App Engine SDK, clone this repository and run locally using dev_appserver.py in the SDK (See the App Engine quickstart instructions at https://cloud.google.com/appengine/docs/python/quickstart for more information on running a server)
- To deploy to App Engine, either change the application parameter to the name of your app in app.yaml, or specify the project ID when uploading from the command line (covered in the quickstart tutorial linked above)