A logic-based puzzle game where the objective is to flood the entire grid with a single
color in the minimum number of moves. Starting from the top-left corner, players choose
colors to expand their territory by capturing adjacent pixels of the same color.
Core Logic: Robust implementation of the Flood Fill algorithm for dynamic grid coloring.
AI Solver: Integrated Random AI mode to automate gameplay with adjustable execution
speed (AI Delay).
Dynamic Scaling: Supports multiple grid sizes (10x10, 15x20, 20x25) for variable difficulty
levels.
Real-time Analytics: Live tracking of Move Count and Completion Percentage to monitor
progress.
Interactive UI: User-friendly interface with a custom color picker and a visual game
history log.
Game States: Features a Start/Restart functionality to reset the grid and clear game
statistics