An interactive Python GUI game based on the Stroop Effect built using Tkinter. Test your focus and reaction speed by typing the color of the text shown on screen—not the word itself—before time runs out!
- Countdown Timer: Race against the clock (30 seconds).
- Live Score Counter: Gain points for every correct color typed.
- Brain Teaser: Demonstrates the Stroop Effect in real-time.
- Tkinter GUI: Simple and clean user interface.
- Language: Python 3
- GUI Library: Tkinter (standard library)
- Environment: Jupyter Notebook / Python IDLE
- Open and run the
Python Mini Project - Colour Game.ipynbnotebook in Jupyter Notebook or VS Code. - Press Enter in the input box to start the timer and game.
- Look at the word on screen and type the color of the font (e.g., if the word reads "BLUE" but is written in Red, type
Red). - Keep typing as fast as you can until the 30-second timer hits zero!