The site has 3 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 and Wikidata for the image questions. You can also pick different categories.

Gives a "prompt" which consists of certain properties that a person can have. For example: male, north america, actor would mean that you need to guess a male actor from north america.

Pretty much just 20 Questions but online. I added some other rules regarding win conditions though.

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.