This iOS app implements a fun, colorful, and animated "Stroop Effect" challenge game. It is designed to test the player’s attention, speed, and cognitive flexibility through a simple—but mentally challenging—task: identify the mismatched word, not by color but by meaning. Features Overview 1. Home Screen A welcoming, animated entry point with the following features: • Large, animated title label. • Four elegant buttons: ◦ Play: Navigates to InfoViewController. ◦ Rate: Opens the App Store review link. ◦ Share: Opens the system share sheet. ◦ How to Play: Also leads to InfoViewController. 2. Info Screen Provides instructions and control buttons before the game starts. Buttons (all gradient-based with SF Symbols icons): • Start Game: Leads to GameViewController. • Back: Returns to home screen. • Share: Opens sharing options. • Rate: Opens the App Store. • Skip: Bypasses info and directly starts the game. Instructions displayed clearly: • Game concept: "Identify the mismatched color word. Match the meaning, not the color!" 3. Game Screen The core of the app where the Stroop task is played. Gameplay Mechanics: • 4 buttons per round show scrambled color names. • One button is a mismatch—the word doesn't match the color. • Tap the mismatched one to score points. Dynamic Rounds: • Each round features shuffled color-word combinations. • Buttons use colorful backgrounds with animated transitions. Scoring & Timer: • 15-second countdown timer. • Score, high score, round number, and progress bar displayed at top. Bonus Features: • Hint Button: Gives a subtle clue. • Skip Button: Animates and skips current round. • Home Button: Returns to home. • Rate & Share Buttons: For app promotion. Visual Effects: • Result overlay after each round ("Correct!" or "Wrong!") with full-screen animated feedback. • Flash animation when skipping a round. • Bouncy button tap effect.