An open API service indexing awesome lists of open source software.

https://github.com/bouanani-soufiane/memory


https://github.com/bouanani-soufiane/memory

angular

Last synced: 2 months ago
JSON representation

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!