Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 878 Bytes

File metadata and controls

34 lines (21 loc) · 878 Bytes

Color Memory Challenge

A memory game for Android where you repeat color sequences that get longer each round.

How It Works

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!

Features

  • Four color buttons in a grid layout
  • Scores increase with longer streaks
  • High score saves between sessions
  • Dark theme with animated button flashes

Running the App

  1. Open in Android Studio
  2. Sync Gradle
  3. Run on emulator or device

Requirements: Android 5.0+ (API 21)

Code Overview

The project has three main classes:

  • MainActivity - handles the UI, button clicks, and animations
  • GameManager - manages the pattern, scoring, and input validation
  • ScoreManager - saves/loads high score using SharedPreferences

License

MIT - use however you want