The site has 4 different multiplayer games which can be played with other people. You can create rooms and select different gamemodes.

This gamemode uses questions from the TriviaQA dataset, Wikidata for the image questions, and I used Last.fm and Deezer for the music questions. You can also pick different categories.

- Collapsible chat window
- Each gamemode has many settings which can be customized
To run locally, clone the repo, install the dependencies (npm i), start the server (fastapi dev server.py), and also start the frontend server (npm run dev). However, the frontend is set to use the hosted server address by default, so you'd need to also update constants.ts to use localhost addresses instead.