Skip to content

noelbush-xx/platformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a re-implementation of Platformer, a "political technology" project itself very much under conceptual development, in Python, using Flask. The old, aborted, Erlang-based implementation can be found in the platformer-old repo.

Work on this project is currently being planned and tracked using Pivotal.

Basic steps to get going:

git clone https://github.com/noelbush/platformer.git
cd platformer
mkvirtualenv platformer
pip install -r requirements.txt
python src/platformer/node.py

Then go to http://localhost:5000. You should get a Method Not Allowed page. :)

Run the tests:

nosetests

So far there's a grand total of one:

.
----------------------------------------------------------------------
Ran 1 test in 0.178s

OK

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published