Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.04 KB

File metadata and controls

29 lines (19 loc) · 1.04 KB

Python Colour Game

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!


🚀 Features

  • 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.

🛠️ Tech Stack

  • Language: Python 3
  • GUI Library: Tkinter (standard library)
  • Environment: Jupyter Notebook / Python IDLE

⚡ How to Play

  1. Open and run the Python Mini Project - Colour Game.ipynb notebook in Jupyter Notebook or VS Code.
  2. Press Enter in the input box to start the timer and game.
  3. 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).
  4. Keep typing as fast as you can until the 30-second timer hits zero!