File : README.md
Maintainer : Felix C. Stegerman <flx@obfusk.net>
Date : 2020-03-27
Copyright : Copyright (C) 2020 Felix C. Stegerman
Version : v0.0.1
License : AGPLv3+
codespy - cooperative spy code
Codespy is a web-based clone of the cooperative board game "Codenames Duet".
Just git clone
:)
Python (>= 3.5) & Flask & regex.
$ apt install python3-flask python3-regex
$ pip3 install --user Flask # for Debian; on other OS's you may need
# pip instead of pip3 and/or no --user
$ pip3 install --user regex
$ FLASK_APP=codes.py flask run
$ gunicorn codes:app
Just git push
:)
NB: you'll need to set WEB_CONCURRENCY=1
b/c it only works
single-theaded atm!
$ export CODESPY_PASSWORD=swordfish
$ export CODESPY_HTTPS=force
© Felix C. Stegerman
(i.e. words/*
)
See words/COPYING
.