Skip to content

KokoKoder/Buzzer

Repository files navigation

Online Buzzer web app for quizz games


Demo site

This project was quite interesting. It's maybe the simplest online multiplier video game you can do. Indeed, there is a single user input and a single state to verify: did someone push the buzzer before you did within a certain time frame. So despite the apparent simplicity each buzzer has to be aware of the state of the other ones

Features:

  • Facebook login for players
  • Buzzer is disabled for the other teams after the first team buzzed
  • User registration for game host
  • Game host panel with score management
  • The name of the fastest team to buzz is displayed on the game host panel

To play, one player register as "game host" and create a game room. A game room key will be displayed that he can communicate to the person he wants to join the game. The other players register normal user (just leave "game host" unchecked) and enter the game room key. A screen will be displayed with their team name and a single round button: the buzzer.

A few features are missing: first and foremost a short tutorial to explain what to do. Strangely enough, I have not implemented the sound for the buzzer. Even though my goal was to simply provide a connected buzzer app I feel like user would legitimately expect some questions to come with the app. That's something I'd like to implement. If displaying the questions wouldn't be a problem, displaying the answer for the game host is a bit more problematic as the game host panel is meant to be public. That implies that the game host uses another device to display the answer only for him on a dedicated view.

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:

Laravel is accessible, yet powerful, providing tools needed for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of any modern web application framework, making it a breeze to get started learning the framework.

If you're not in the mood to read, Laracasts contains over 1100 video tutorials on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for helping fund on-going Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page:

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [email protected]. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages