hammertoe / didactic-spork

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status

Intro

This code is the server developed for the HiveMind 2030 project as part of the Global Festival of Ideas. It tracks the players and money moving through a network of policy and goal nodes. A mobile app and game table both access this server during gameplay.

The server is written in Python using the Flask web framework and Connexions to work directly from an OpenAPI spec.

Installation

virtualenv  --python=python2.7 .
. bin/activate
pip install -r requirements
export PYTHONPATH=${PYTHONPATH}:gameserver
bin/python gameserver/main.py

API

The API has been specified in OpenAPI format, with the spec at [https://raw.githubusercontent.com/hammertoe/didactic-spork/master/gameserver/swagger.yaml]. An instance of the API can be found on the demo site at: [http://free-ice-cream.appspot.com/v1/ui/].

About

License:Apache License 2.0


Languages

Language:Python 99.1%Language:CSS 0.3%Language:JavaScript 0.3%Language:C 0.3%Language:HTML 0.0%