A memory game for Android where you repeat color sequences that get longer each round.
Watch the colored buttons flash in a pattern, then tap them back in the same order. Each round adds one more color to remember. See how far you can get!
- Four color buttons in a grid layout
- Scores increase with longer streaks
- High score saves between sessions
- Dark theme with animated button flashes
- Open in Android Studio
- Sync Gradle
- Run on emulator or device
Requirements: Android 5.0+ (API 21)
The project has three main classes:
MainActivity- handles the UI, button clicks, and animationsGameManager- manages the pattern, scoring, and input validationScoreManager- saves/loads high score using SharedPreferences
MIT - use however you want