
Back to Projects
Right Colour Automation Bot
A Python + OpenCV bot that plays the game Right Colour by matching tiles using computer vision and simulating swipe gestures.
Role
Computer Vision Developer
Year
2023
Stack
Python
OpenCV
Computer Vision
Links

Colour Matching with OpenCV
The bot captures the game region and uses OpenCV colour detection (HSV space) to classify the prompt and tiles. It then selects the correct tile based on the closest match to the target colour.

Gesture Simulation & Control
After identifying the right tile, the script simulates either a click or swipe gesture to clear incorrect tiles. The bot runs in a loop until stopped, and I added a manual escape by holding the **Q** key.
"A small project that taught me a lot about making CV systems stable under real-world visual noise."