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.
- 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.
Light Theme | Dark Theme | In game |
---|---|---|
![]() |
![]() |
![]() |

- Press the Start button to begin the game.
- Watch the flashing color sequence.
- Repeat the sequence by tapping the respective color tiles in the correct order.
- If you repeat the sequence correctly, you progress to the next round.
- The game ends if you make a mistake.
- Flutter: Framework for building cross-platform apps.
- Google Fonts: For custom typography.
- Dart: Programming language for Flutter development.
- Clone this repository:
git clone https://github.com/your-username/simon-memory-game.git
- Install dependencies:
flutter pub get
- Run the app:
flutter run