Prompts
Code a game for me using html, css, and JavaScript to create a self-contained, complete, and embeddable file that follows these requirements. Create 100 categories with 4 items that fall into that category. For example, you might have birds as the category with robin, sparrow, falcon, eagle as items in the category. Another example could be utensils as the category with spoon, fork, knife, spork as items in the category. Display the category heading on a card that flips when clicked to reveal the 4 items in that category. Allow one minute on a timer that is displayed and begins running when the category card is flipped. Include a points box where the user can input how many words the players guessed out of 4 in one minute. Keep a running scoreboard for two teams. The first team to get 30 points wins the game. Play a drumroll and cymbal crash and show a confetti celebration at the end of the game. Use a navy blue, gray, white, and black theme.
Iteration 2
Add one hundred more categories and related items. Add a pause button to the game. The flipped card does not reveal the list items in the category. It only shows the reverse image of the front of the card. Make the flipped card reveal the 4 words in the category.