Memory Game is a playful and engaging app built with Flutter that challenges your memory with a colorful and fun interface.
- 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
Here are some screenshots of the Memory Game app:
To run this app locally:
- Clone the repository:
git clone https://github.com/Cod-e-Codes/memory-game.git
- Navigate to the project directory:
cd memory-game
- Install dependencies:
flutter pub get
- Run the app:
flutter run
flip_card
package for card flipping animationsflutter
for building the app
This project was created by CodēCodes.
- Website: CodēCodes
- GitHub: Cod-e-Codes