Skip to content

obfusk/codespy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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+

AGPLv3+

Description

codespy - cooperative spy code

Codespy is a web-based clone of the cooperative board game "Codenames Duet".

Installing

Just git clone :)

Requirements

Python (>= 3.5) & Flask & regex.

Debian

$ apt install python3-flask python3-regex

pip

$ 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

Running

Flask

$ FLASK_APP=codes.py flask run

Gunicorn

$ gunicorn codes:app

Heroku

Just git push :)

NB: you'll need to set WEB_CONCURRENCY=1 b/c it only works single-theaded atm!

Password

$ export CODESPY_PASSWORD=swordfish

Forcing HTTPS

$ export CODESPY_HTTPS=force

License

Code

© Felix C. Stegerman

AGPLv3+

Word lists

(i.e. words/*)

See words/COPYING.