Jeopardy
Jeopardy copied to clipboard
A PHP/Javascript implementation of the Jeopardy! game
There should be component that displays the existing VueX board data as a grid of dollar values.
Requires #41 completed. When a clue is selected, there should be an animation with the clue box starting from the boundaries of where it's selected on the board, growing until...
Requires #26 to be completed. You can take inspiration from jeoparty.io which has done this decently well for getting a nice feel for the jeopardy board.
We want to be able to use tailwind classes and features within the app, so tailwind will need to be installed and configured within the vite pipeline
Daily doubles don't have enough impact when they hit, sound effects would enhance this.
Pictures/gif/Video/audio clues need to be implemented. It's uncertain at this point how those would interact with JSON/filepaths,etc.
It would be very interesting if the events in a game were actually stored and persisted, instead of being garbaged when the script ends. We could do interesting stats like...
In the case of a mistake or a credit down the road an admin needs to be able to add or deduct an arbitrary amount from any player's score at...