Jeu de belote en ligne.
static | ||
templates | ||
.gitignore | ||
belote_jeu.py | ||
belote_ws.py | ||
belote.py | ||
belote.wsgi | ||
db.py | ||
README.md | ||
requirements.txt | ||
settings.exemple.cfg |
Jeu de belote
Jeu de belote en ligne basé sur flask et socket.io.
Installation
- Créer un environnement virtuel
venv
(python3 -m venv venv
) - Activer l'environnement virtuel (
. venv/bin/activate
) - Installer les prérequis (
pip install -r requirements.txt
) - Vous pouvez démarrer le serveur
python belote.py
!
Crédits et remerciements
- Cartes : Inspiré de SVG-cards par David Bellot david.bellot@free.fr
- Design : Camille Viallon