A real-time multiplayer game where players submit songs and try to guess who submitted which track.
Live: https://songs.patola-mountains.com
- One player creates a room and shares the code
- Everyone joins and submits songs (searched via Spotify)
- Each song plays via YouTube — players guess who submitted it
- Points are awarded for correct guesses (optionally speed-based)
- Final scoreboard after all songs have played
- Backend: Node.js, Express, Socket.io
- Frontend: React, Vite
- Music search: Spotify Web API
- Playback: YouTube IFrame API
- Infra: Docker, Caddy reverse proxy
- Setup Guide — run it yourself
- Technical Reference — architecture, events, scoring