This is a mock game of KBC/EMK(Evaru Meelo Koteeswarulu) which is intended to play in area just like the actual game show.
Sample Game Played
Create python virtual environment:
python3 -m venv env
source env/bin/activate
Install packages:
pip install -r requirements.txt
python app.py
Host needs to open:
<base_url>/home_start
<base_url>/host?file_name=template.csv
Contestant needs to open:
<base_url>/
Audience can open:
<base_url>/spectator
Url codes can be shown in:
<base_url>/url_qr
Create a CSV file with questions and options and place file under questions_set/ directory
Sample question set file: template.csv
- Other details can be found at info.txt file.