https://github.com/zapix/running-game
DjangoDash 2013
https://github.com/zapix/running-game
Last synced: 7 months ago
JSON representation
DjangoDash 2013
- Host: GitHub
- URL: https://github.com/zapix/running-game
- Owner: Zapix
- Created: 2013-09-17T07:16:30.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-31T08:35:41.000Z (over 11 years ago)
- Last Synced: 2025-01-10T00:15:22.468Z (9 months ago)
- Language: JavaScript
- Size: 697 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
running-game
============DjangoDash 2013
installation
------------On system:
```
$sudo apt-get install python-dev
$sudo apt-get install libevent-dev
$sudo apt-get install postgresql-server-dev-9.1
$sudo apt-get install libzeromq-dev
```On virtualenv:
```
$pip install -r requirements.txt
```run
---```
$python run.py
```