Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Memory-Game.md #905

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions Projects/2-Intermediate/Memory-Game.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Memory Game

**Tier:** 2-Intermediate

A classic memory card game where users can flip cards to find matching pairs. The game features a simple interface, scoring, and a timer to track performance.

You should create a MVP (Minimum Viable Product) using a front-end framework like React, Vue, or Angular, with an option to implement a back-end to store user scores and game data.

## User Stories

- [ ] User can start a new game by selecting a difficulty level (e.g., easy, medium, hard).
- [ ] User can flip cards to reveal their faces and try to find matching pairs.
- [ ] User receives feedback on whether the flipped cards match or not.
- [ ] User can see their score, which decreases with each attempt.
- [ ] User can see a timer that tracks how long it takes to complete the game.

## Bonus features

- [ ] User can save their high scores and view a leaderboard.
- [ ] User can choose different themes for the cards (e.g., animals, colors, shapes).
- [ ] User can play against a friend in a competitive mode.
- [ ] User can receive achievements for completing certain challenges (e.g., finishing in under a minute).

## Useful links and resources

- [React Memory Game Tutorial](https://www.youtube.com/playlist?list=PL4cUxeGkcC9iQ7g2eoNXHCJBBBz40S_Lm)

## Example projects

- [Memory Game Example]([https://www.memorygame.org/](https://www.helpfulgames.com/subjects/brain-training/memory.html))