Jeu de belote en ligne.
Go to file
2020-05-02 23:11:33 +02:00
static Correct bugs in point counter and css changes 2020-04-30 10:07:11 +02:00
templates Correct bugs in point counter and css changes 2020-04-30 10:07:11 +02:00
.gitignore Bugs correction 2020-04-26 11:32:30 +02:00
app.py Bugs correction 2020-04-26 11:32:30 +02:00
app.wsgi Bugs correction 2020-04-26 11:32:30 +02:00
belote_jeu.py Firs commit 2020-04-25 12:08:19 +02:00
belote_ws.py Change 1st player at each partie 2020-04-28 09:29:44 +02:00
belote.py Correct bugs in point counter and css changes 2020-04-30 10:07:11 +02:00
db.py Bug in counter points 2020-05-02 23:11:33 +02:00
README.md Add Readme 2020-04-25 12:11:39 +02:00
requirements.txt Firs commit 2020-04-25 12:08:19 +02:00
settings.example.py Bugs correction 2020-04-26 11:32:30 +02:00
settings.exemple.cfg Firs commit 2020-04-25 12:08:19 +02:00

Jeu de belote

Jeu de belote en ligne basé sur flask et socket.io.

Installation

  1. Créer un environnement virtuel venv (python3 -m venv venv)
  2. Activer l'environnement virtuel (. venv/bin/activate)
  3. Installer les prérequis (pip install -r requirements.txt)
  4. Vous pouvez démarrer le serveur python belote.py !

Crédits et remerciements