Skip to content

avina5hkr/buzzer

Repository files navigation

Buzzer

For Live Demo Visit : https://buzzthebuzzer.herokuapp.com/

Description

This is a Django ASGI based buzzer Application for playing games.

Users can use this buzzer app for playing other games on Screen Sharing. Multiple players can join one room. The host has the option to add, deduct points, reset the buzzer, kick out a player from room and mail the points to an email id. mail feature has been disabled now due to security concerns

HOST VIEW :

PLAYER VIEW :

I developed it keeping in mind the remote working situation due to widespread pandamic.

Running on local machine

  1. Clone this project
$ git clone https://github.com/avina5hkr/buzzer.git
  1. Create and activate a virtual environment (optional)
$ python -m venv venv
$ source venv/bin/activate
  1. Install the python dependencies
$ pip install -r requirements.txt
  1. Run the development server
$ python manage.py runerver 0.0.0.0:8000

About

A buzzer app for small games

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published