jarv / thestategame

the state game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

thestategame

A javascript / canvas program with a simple Flask application to track high scores.

Play Here - https://jarv.github.io/thestategame/

Installation / Running the development server

# Create the virtualenv
mkvirtualenv state
# Clone the repo
git clone git@githb.com:jarv/thestategame.com.git
# Install the python requirements
cd thestategame.com
pip intall -r requirements.txt
# Create the database
echo "from state import init_db; init_db();" | python
# Run the development server
python state.py

Tests

python state_tests.py

About

the state game


Languages

Language:JavaScript 82.1%Language:Python 7.2%Language:CSS 4.6%Language:HTML 4.6%Language:Perl 1.1%Language:Makefile 0.4%