Skip to content

An application to play KBC/EMK/Who Wants to Be a Millionaire game locally with friends.

Notifications You must be signed in to change notification settings

rajeshkellakumar/emk-mock

Repository files navigation

About

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

Installing

Create python virtual environment:
python3 -m venv env
source env/bin/activate

Install packages:
pip install -r requirements.txt

Running

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

Questions Set

Create a CSV file with questions and options and place file under questions_set/ directory
Sample question set file: template.csv

Notes

  • Other details can be found at info.txt file.

About

An application to play KBC/EMK/Who Wants to Be a Millionaire game locally with friends.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published