Skip to content

jarv/thestategame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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