A realtime multiplayer game where players compete to guess songs playing in real-time.
binb is a realtime multiplayer game where players compete to identify songs as they play. It creates a competitive music listening experience where participants race to guess song titles correctly and earn points. The game runs in real-time with WebSocket connections enabling instant gameplay interactions.
Developers and gamers looking to host or play competitive music guessing games, particularly those interested in realtime multiplayer web applications.
It provides a simple, self-hostable alternative to commercial music trivia games with open-source flexibility and realtime competitive mechanics. Developers can easily deploy their own instances and customize the experience.
:notes: Competitive, multiplayer, realtime, guess the song game
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Uses WebSocket connections to enable instant gameplay with multiple players competing simultaneously in song identification races, creating engaging social interactions.
Implements a score-based system that rewards quick and accurate guesses, enhancing player engagement through real-time feedback and competition.
Provides clear installation steps with sample data import, making it straightforward to deploy a custom instance for personal or small group use, as outlined in the README.
Focuses on core music listening gameplay without bloat, keeping the codebase minimal and easy to understand for developers.
Requires installing and configuring Node.js, Redis, and Cairo, which adds significant setup time and potential errors, especially for users unfamiliar with these tools.
Only works in browsers supporting WebSockets, excluding older browsers and environments where the protocol is unsupported, as noted in the README's compatibility table reference.
Needs a manual minification step to prepare assets, adding an extra deployment hurdle that could be automated or simplified in more modern setups.