parent
b47cf8261f
commit
d8489fed3f
@ -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/
|
||||||
|
|
||||||
|

|
Loading…
Reference in new issue