Skip to content

BenjaminMassey/BuzzleBee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Buzzle Bee

About

This is a program designed to allow players to "buzz in" to some type of game show.

It is designed with a Jeopardy-style game in mind, but could be applied to many scenarios.

It is also designed with the idea of a locally played game -- all on the same network -- although with the correct hosting it should work fine over the internet (note, however, that security measures were not necessarily taken with this alternative setup in mind).

This is perfectly free and fine to use for personal use, but please contact for any commerical use.

Screenshots

HTML Page

Queue GUI

Server Console

Usage

This is a rather basic Python setup, so usage should be straight-forward.

It was written with Python 3.6.2 as the development environment.

The following are the libraries that are required, which may be needed to install with "pip install XXX": tkinter threading flask

The server will host at an address specififed in a file named "address.txt" that is located in the same directory as the main python file. If you have not set up a file, then it will create the file, with the default local host address of "127.0.0.1"

Contact

Feel free to contact me at benjamin.w.massey@gmail.com with any questions / inquiries.

About

Simple little buzzer app used for various games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published