make your own jeopardy game using google sheets for data. Clicking on categories will reveal the question, and the operator can assign right or wrong answers to the players. The page will keep track of scores.
- Copy this template spreadsheet: https://docs.google.com/spreadsheets/d/1_tPHJtHXFOisVWk5H3WKrg1wsy30SHy_5XDQ35bHmgo/edit?usp=sharing
- Edit your round 1 & round 2 categories and questions
- get a sharing link (read only is fine) for your spreadsheet
- clone this repository
- open jeopardy.html in your web browser
- put the url of your sheet in and name your players
- play jeopardy!
- There's no 'buzz in' capability. you'll need to figure that out on your own.
- there's no persistence. reloading the page will reset the game.
- there's no daily double
- our kids wanted to play jeopardy.
- keeping track of the scores, managing the participants and reading the questions was hard to do. This makes it easier.