pull/679/merge
John Padworski 2 years ago committed by GitHub
commit 7072628d70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,32 @@
# Simon Memory Game
**Tier:** 1-Beginner
The Simon game is a simple memorization game where the computer chooses a color. The player has to memorize the sequence and input the correct colors.
- This simple game helps practice DOM manipulation and basic algorithms.
## User Stories
- [ ] User can repeat the play of the game even after game over.
- [ ] The user selected colors flash momentarily indicating the user selection.
- [ ] The computer selection flashes to indicate the next random color in the pattern
## Bonus features
- [ ] A sound is played for each computer and user selection
- [ ] The title of the game changes based on level. So, if the user guesses the pattern 3 times the title should display "Level 4"
## Useful links and resources
SetTimeout functions - https://www.w3schools.com/jsref/met_win_settimeout.asp
Array Methods - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array
## Example projects
Do not look at the source code until your user stories are completed. I encourage the play of the game to get a good understanding of how it actually works.
Source Code:https://github.com/jpadwor1/Simon-Game
Live Demo:https://jpadwor1.github.io/Simon-Game/
![image](https://user-images.githubusercontent.com/128070765/235517452-9f3d4efd-54e8-41a6-b6ab-d0af6511426c.png)
Loading…
Cancel
Save