I created a quick little game of family fortunes and wanted to share the game and code in case anyone wanted to use it.
I created a quick little game of family fortunes and wanted to share the game and code in case anyone wanted to use it.
Family Fortunes Screenshots
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.
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.
The format must be consistent with the existing code to work correctly.
To run locally, you can simply open the index.html file in your browser and play.
Editing the quiz and round names
The GitHub repo is available here: https://github.com/matloughnane/family-fortune-game
Other Recent Posts
The Arranmore Ferry team can now offer promo codes from inside their app
Behind the Scenes, Developing the Progress Bar Countdown Timer Flutter Package