/Simon-Memory-Game

A Flutter-based interactive memory game inspired by the classic Simon game!

Primary LanguageDart

Simon Memory Game App 🎮

The Simon Game is a fun and challenging game where players must mimic a growing sequence of flashing colors. The goal is to test and enhance memory skills while providing an enjoyable gaming experience. This project is built using Flutter, ensuring a smooth user interface that works on both Android and iOS.

Features 🌟

  • Dynamic Color Sequences: Colors flash in a sequence that players must memorize and repeat.
  • Rounds: Each round increases in difficulty with longer sequences.
  • User Feedback: Provides visual and textual cues for player actions.
  • Theme Toggle: Switch between light and dark themes.
  • Responsive Design: Designed for mobile devices.

Screenshots 📸

Light Theme Dark Theme In game

App logo:

How to Play 🕹️

  1. Press the Start button to begin the game.
  2. Watch the flashing color sequence.
  3. Repeat the sequence by tapping the respective color tiles in the correct order.
  4. If you repeat the sequence correctly, you progress to the next round.
  5. The game ends if you make a mistake.

Technologies Used 🛠️

  • Flutter: Framework for building cross-platform apps.
  • Google Fonts: For custom typography.
  • Dart: Programming language for Flutter development.

Installation ⚙️

  1. Clone this repository: git clone https://github.com/your-username/simon-memory-game.git
  2. Install dependencies: flutter pub get
  3. Run the app: flutter run