https://github.com/shgysk8zer0/freecodecamp-simon
FreeCodeCamp: Build a Simon Game
https://github.com/shgysk8zer0/freecodecamp-simon
freecodecamp frontend projects simon
Last synced: 4 months ago
JSON representation
FreeCodeCamp: Build a Simon Game
- Host: GitHub
- URL: https://github.com/shgysk8zer0/freecodecamp-simon
- Owner: shgysk8zer0
- License: gpl-3.0
- Created: 2017-10-12T20:40:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T03:54:23.000Z (about 8 years ago)
- Last Synced: 2025-04-05T13:14:19.897Z (about 1 year ago)
- Topics: freecodecamp, frontend, projects, simon
- Language: HTML
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# freecodecamp-simon
[FreeCodeCamp: Build a Simon Game](https://www.freecodecamp.org/challenges/build-a-simon-game)
[](https://codepen.io/Em-Ant/full/QbRyqq/)
1. [ ] **Objective**: Build a [CodePen.io](https://codepen.io/) app that is functionally similar to this: https://codepen.io/FreeCodeCamp/full/obYBjE.
2. [ ] Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use whichever libraries or APIs you need. Give it your own personal style.
3. [ ] **User Story**: I am presented with a random series of button presses.
4. [ ] **User Story**: Each time I input a series of button presses correctly, I see the same series of button presses but with an additional step.
5. [ ] **User Story**: I hear a sound that corresponds to each button both when the series of button presses plays, and when I personally press a button.
6. [ ] **User Story**: If I press the wrong button, I am notified that I have done so, and that series of button presses starts again to remind me of the pattern so I can try again.
7. [ ] **User Story**: I can see how many steps are in the current series of button presses.
8. [ ] **User Story**: If I want to restart, I can hit a button to do so, and the game will return to a single step.
9. [ ] **User Story**: I can play in strict mode where if I get a button press wrong, it notifies me that I have done so, and the game restarts at a new random series of button presses.
10. [ ] **User Story**: I can win the game by getting a series of 20 steps correct. I am notified of my victory, then the game starts over.
11. [ ] **Hint**: Here are mp3s you can use for each button:
- https://s3.amazonaws.com/freecodecamp/simonSound1.mp3
- https://s3.amazonaws.com/freecodecamp/simonSound2.mp3
- https://s3.amazonaws.com/freecodecamp/simonSound3.mp3
- https://s3.amazonaws.com/freecodecamp/simonSound4.mp3.
12. [ ] Remember to use [Read-Search-Ask](https://forum.freecodecamp.org/t/how-to-get-help-when-you-are-stuck/19514) if you get stuck.
13. [ ] When you are finished, click the "I've completed this challenge" button and include a link to your CodePen.
14. [ ] You can get feedback on your project by sharing it with your friends on Facebook.