leanwebclub/js-essentials/monster-game-score
2024-08-14 19:09:35 +02:00
..
door.svg Add a bunch of finished projects 2024-08-12 17:00:50 +02:00
index.html Add "Form Autosave - Form Status" 2024-08-14 19:09:35 +02:00
monster1.svg Add a bunch of finished projects 2024-08-12 17:00:50 +02:00
monster2.svg Add a bunch of finished projects 2024-08-12 17:00:50 +02:00
monster3.svg Add a bunch of finished projects 2024-08-12 17:00:50 +02:00
monster4.svg Add a bunch of finished projects 2024-08-12 17:00:50 +02:00
monster5.svg Add a bunch of finished projects 2024-08-12 17:00:50 +02:00
monster6.svg Add a bunch of finished projects 2024-08-12 17:00:50 +02:00
monster7.svg Add a bunch of finished projects 2024-08-12 17:00:50 +02:00
monster8.svg Add a bunch of finished projects 2024-08-12 17:00:50 +02:00
monster9.svg Add a bunch of finished projects 2024-08-12 17:00:50 +02:00
monster10.svg Add a bunch of finished projects 2024-08-12 17:00:50 +02:00
monster11.svg Add a bunch of finished projects 2024-08-12 17:00:50 +02:00
README.md Add a bunch of finished projects 2024-08-12 17:00:50 +02:00
script.js Add a bunch of finished projects 2024-08-12 17:00:50 +02:00
shuffle.js Add a bunch of finished projects 2024-08-12 17:00:50 +02:00
sock.svg Add a bunch of finished projects 2024-08-12 17:00:50 +02:00
style.css Add a bunch of finished projects 2024-08-12 17:00:50 +02:00

Monster Game - Keeping Score

In todays project, were going to convert our Monster Shuffle project into a game.

Instead of displaying the monsters outright, theyll all be hidden behind doors. Clicking on one will reveal the monster. If you find the sock before youve found all of the monsters, you lose.

If the user finds the sock before theyve found all of the monsters, display a message letting them know they lost. If they find all of the monsters, display a message letting them know theyve won. Either way, show a button that they can click to play again.

Reference