https://github.com/bouanani-soufiane/memory
https://github.com/bouanani-soufiane/memory
angular
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bouanani-soufiane/memory
- Owner: bouanani-soufiane
- Created: 2024-12-26T14:25:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-26T14:28:06.000Z (over 1 year ago)
- Last Synced: 2025-06-16T08:11:35.767Z (about 1 year ago)
- Topics: angular
- Language: TypeScript
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Memory Game
A classic memory game built with Angular where players replicate a sequence of colors. Each level adds complexity by increasing the sequence length.
## How to Play
1. **Start the Game**: Click "Start" to display a color sequence for 15 seconds.
2. **Reproduce the Sequence**: Click the buttons in the displayed order.
3. **Submit or Reset**: Use "Submit" to validate your choice or "Reset" to try again.
4. **Score & Levels**: Gain points based on speed and accuracy. Advance to higher levels as sequences grow longer.
5. **Game Over**: A wrong choice ends the game, showing the final score.
## Features
- Randomized sequence generation
- Score and level tracking
- Responsive UI with interactive animations
- Modular structure using Angular components and services
## Technologies
- **Angular 18**
- TypeScript
- HTML5 / CSS3
- @angular/animations
## Installation
1. Clone the repository:
`git clone `
2. Navigate to the project folder:
`cd `
3. Install dependencies:
`npm install`
4. Start the app:
`ng serve`
Enjoy the challenge of memory training!