Skip to content
Extraits de code Groupes Projets
Nom Dernière validation Dernière mise à jour
templates
.gitignore
LICENSE
README.md
app.py
config.default.yml
requirements.txt

38C3 Algorithmic Videosurveillance Game

A game where you don't have to be found by the AI.

Don't look at the source code if you don't want to be spoiled!

Installation

virtualenv3 .
source bin/activate
pip install --upgrade -r requirements.txt

Debug

bin/flask run --debug

You can add ?debug to the URL in order to get coordinates on the image (useful for defining zones).

Production

FLASK_CONFIG=production bin/gunicorn -w 1 --threads 10 'app:create_app()'

License

GNU Affero General Public License or any later version (see LICENSE).