https://github.com/a-s-russo/simon
A web-based implementation of the board game Simon
https://github.com/a-s-russo/simon
board-game memory-game simon-game
Last synced: 3 months ago
JSON representation
A web-based implementation of the board game Simon
- Host: GitHub
- URL: https://github.com/a-s-russo/simon
- Owner: a-s-russo
- Created: 2024-11-25T07:49:36.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T09:00:00.000Z (6 months ago)
- Last Synced: 2025-01-17T03:38:21.434Z (4 months ago)
- Topics: board-game, memory-game, simon-game
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simon
A web-based implementation of the board game [Simon](https://boardgamegeek.com/boardgame/5749/simon).
The (GitHub Pages) link to the website for this repository is at: (https://a-s-russo.github.io/simon/)
To play this memory game, simply repeat the sequence of button pushes at each level from the start to the current level.
Inspired by the 'Boss Level Challenge 2' project of the course: [The Complete 2024 Web Development Bootcamp](https://www.udemy.com/course/the-complete-web-development-bootcamp/).