In Javascript, create a game of Simon Says using 4 images that
the user will click. One of the images will be randomly chosen and
tell the user to click that button. If the user chooses correctly,
then another random image will go onto the sequence. A new random
image should be chosen for each correct sequence the user
completes. The user should not be able to see the images being
randomly chosen after they start clicking on the images. When the
correct image is chosen, the image should visually alter when
clicked to indicate that. When an incorrect guess is made, the
program should announce that the game is over and how long their
sequence was. The user should also be able to restart the game with
the click of a button. This should work so that a website visiter
opening a website can play the game of Simon Says.
PLEASE INCLUDE CODE FOR THIS
In Javascript, create a game of Simon Says using 4 images that the user will click. One of the images will be randomly c
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am