Skip to content

luk-f/BuzzerApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buzzer application

Buzzer for multiplayer games: after running the Flask server, each player must connect to the same local network with his device.

Teams and players are configured in static/config_team.json file and the IP address of the Flask server in configs.py.

First init & run

python3 -m venv venv
. venv/bin/activate

export FLASK_APP=main
export FLASK_ENV=development # to debug and reload automatically Flask server after modification
flask run

Or for Windows

python3 -m venv venv
venv\Scripts\activate

$env:FLASK_APP = "main"
$env:FLASK_ENV = "development"
flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published