https://github.com/cod-e-codes/memory-game
A fun and interactive Flutter-based Memory Game with colorful UI, animations, and multiple difficulty levels.
https://github.com/cod-e-codes/memory-game
animations flip-card flutter flutter-game game-development memory-game
Last synced: 10 months ago
JSON representation
A fun and interactive Flutter-based Memory Game with colorful UI, animations, and multiple difficulty levels.
- Host: GitHub
- URL: https://github.com/cod-e-codes/memory-game
- Owner: Cod-e-Codes
- Created: 2024-11-27T21:31:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-28T00:30:02.000Z (about 1 year ago)
- Last Synced: 2025-01-04T20:42:36.055Z (12 months ago)
- Topics: animations, flip-card, flutter, flutter-game, game-development, memory-game
- Language: Dart
- Homepage: https://github.com/Cod-e-Codes/memory-game
- Size: 334 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Memory Game
Memory Game is a playful and engaging app built with Flutter that challenges your memory with a colorful and fun interface.
## Features
- Two difficulty levels: Easy and Hard
- Animated grid for an immersive user experience
- Fun card flipping mechanics using the `flip_card` package
- Dynamic scoring system with a high score tracker
- Playful UI with vibrant colors and a Comic-style font
## Screenshots
Here are some screenshots of the Memory Game app:
### Start Screen

### Gameplay

### Win Dialog

## Getting Started
To run this app locally:
1. Clone the repository:
```bash
git clone https://github.com/Cod-e-Codes/memory-game.git
```
2. Navigate to the project directory:
```bash
cd memory-game
```
3. Install dependencies:
```bash
flutter pub get
```
4. Run the app:
```bash
flutter run
```
## Dependencies
- `flip_card` package for card flipping animations
- `flutter` for building the app
## Created By
This project was created by [CodēCodes](https://www.cod-e-codes.com/).
- Website: [CodēCodes](https://www.cod-e-codes.com/)
- GitHub: [Cod-e-Codes](https://github.com/Cod-e-Codes/)