Skip to content

aiden10/trivia

Repository files navigation

About

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

TriviaQA

This gamemode uses questions from the TriviaQA dataset and Wikidata for the image questions. You can also pick different categories. image image

People Guesser

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. image

20Q

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

Running Locally

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.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published