Reaction & Cognitive Challenge is an Android game designed to train and evaluate memory, attention, reaction speed and cognitive control through progressive challenges and performance tracking.
- 🟢 Simon: memorize and repeat increasingly complex color sequences.
- 🔢 Number Memory: identify and reproduce number sequences on a dynamic grid.
- 🎨 Selective Attention: react to the displayed color while ignoring the written word.
- 🔄 Inverse Reaction: control the impulse to react when an inhibition stimulus appears.
- ♾️ Training Mode: endless Simon mode without time or interaction limits.
- 📈 Progressive difficulty levels
- ⏱️ Reaction-time tracking
- ❤️ Lives and progression system
- ⚙️ Customizable game settings
- 🎨 Custom board layouts and colors
- 💾 Local performance persistence
- 🏆 Personal records and historical results
Each session tracks key performance metrics:
- Average reaction time
- Accuracy
- Correct and incorrect interactions
- Level completion percentage
- Personal best results
Results are stored locally, allowing players to track their performance over time.
Kotlin · Android Studio · Jetpack Compose · SharedPreferences
Game results and personal records are stored directly on the device using Android SharedPreferences.
This allows the application to preserve historical scores and compare new sessions against previous personal records.
A detailed functional description of the game mechanics, progression system and performance tracking is available in the project documentation.
Clone the repository:
git clone https://github.com/Santutuu/Simon-Game.gitOpen the project with Android Studio, synchronize the Gradle dependencies and run it using an Android emulator or physical device.





