Jeopardy
- 2 Devlogs
- 4 Total hours
A simple jeopardy web game to answer questions
A simple jeopardy web game to answer questions
After spending some time to create some questions, its done! A relatively simple project, but I wanted to do this mainly for personal reasons. Usually when I play this with my family via Google Slides, it doesn’t hide the money cells, hence why I coded it to solve this issue. Also I’ve recently realized that I’ve been calling this Jeopardy despite it being more of a trivia game, just with the Jeopardy structure. I want to clarify, when using this, it will give you a question, which you try to answer, not the other way around like it usually is in Jeopardy. Also, I added a return button like I mentioned from the first devlog. Lastly, this is usually meant to be played in a group setting verbally, hence why there isn’t input boxes to type an answer in to grade yourself, or money incrementors by team. If this is a wanted feature, I can add it, but this was a on-the-fly type project so it won’t be present within the first ship.
The initial structure is complete! This wasn’t too difficult to get working, but its a repetitive task that was completed nonetheless. It’s a pretty simple JavaScript and DOM structure, all the buttons have ID’s that lead to a specific screen that replaces the question and answer labels with their respective question and answer. Something to note for now, the way to get back to the main screen is by clicking the answer label itself. I’m not sure why I designed it that way, it was most likely a spur of the moment idea, but might be changed by next ship. Now that the structure is done, the next step is to simply get all the questions inputted and this will be shipped soon. Enjoy!