I created a quick little game of family fortunes and wanted to share the game and code in case anyone wanted to use it.
The game is available online at https://matloughnane.github.io/family-fortune-game/
The answers for the game (should only be read by the 'host') are here: https://github.com/matloughnane/family-fortune-game/blob/master/assets/js/data.js
The easiest way we've found to play the game was to share the website on screen and have the host view the answers file on another.
If a player get's an answer correct, the host can click the answer or the corresponding number on their keyboard. If a player get's it wrong, the host can click the wrong button or click the "x" key on their keyboard. If all 3 wrong answers are exhausted they can reset the wrong answer counter with the other red button.
Alternatively if you wish to customise the game you can download the game using this link
You can edit the file at: assets/js/data.js
Note: this file contains all the answers, titles of the quiz and the names of the rounds in JSON format.
To run locally, you can simply open the index.html file in your browser and play.
[ ] Instructions for Dockerfile