File : README.md
Maintainer : Felix C. Stegerman <flx@obfusk.net>
Date : 2020-03-29
Copyright : Copyright (C) 2020 Felix C. Stegerman
Version : v0.0.1
License : AGPLv3+
heartspy - beware of the black queen
Heartspy is a web-based version of the card game "Hearts" (dutch: "Hartenjagen") for 3 or 4 players.
Just git clone
:)
Python (>= 3.5) & Flask.
$ apt install python3-flask
$ pip3 install --user Flask # for Debian; on other OS's you may need
# pip instead of pip3 and/or no --user
$ FLASK_APP=hearts.py flask run
$ gunicorn hearts:app
Just git push
:)
NB: you'll need to set WEB_CONCURRENCY=1
b/c it only works
single-theaded atm!
$ export HEARTSPY_PASSWORD=swordfish
$ export HEARTSPY_HTTPS=force
© Felix C. Stegerman