https://github.com/yosephdev/simon-memory-game
Simon Memory Game is a classic memory game where players need to remember and repeat a sequence of colors and sounds.
https://github.com/yosephdev/simon-memory-game
Last synced: 3 months ago
JSON representation
Simon Memory Game is a classic memory game where players need to remember and repeat a sequence of colors and sounds.
- Host: GitHub
- URL: https://github.com/yosephdev/simon-memory-game
- Owner: yosephdev
- Created: 2024-04-12T05:31:26.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T14:09:24.000Z (over 1 year ago)
- Last Synced: 2024-12-31T08:15:20.259Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://yosephdev.github.io/simon-memory-game/
- Size: 5.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simon Memory Game
Simon Memory Game is a classic memory game where players need to remember and repeat a sequence of colors and sounds.

## Features
- Memorable Gameplay: Test and improve your memory by repeating increasingly complex sequences of colors and sounds.
- Responsive Design: Play on any device with a responsive design that adjusts to different screen sizes.
- Score Tracking: Keep track of your score to challenge yourself and beat your previous records.
- Easy to Play: Simple controls make it easy for anyone to pick up and enjoy the game.
## Development Approach
This project is part of Code Institute's JavaScript Testing With Jest module (CodeInstitute: JT101). While not strictly adhering to Test-Driven Development (TDD) principles, it demonstrates a test-driven approach to development. The process may differ from traditional development methods but emphasizes the benefits of building with tests and confirming each piece of code works before moving on to the next.
## Technologies Used
- HTML
- CSS
- JavaScript
## Usage
1. Clone the repository to your local machine.
2. Open the `index.html` file in your web browser.
3. Start a new game by clicking the "New Game" button.
4. Watch and listen to the sequence played by the game.
5. Repeat the sequence by clicking on the circles in the correct order.
6. Continue to repeat and extend the sequence as long as you can to increase your score.
## Credits
This project was inspired by the classic Simon game and was created as part of a coding exercise.