Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 404 Bytes

File metadata and controls

19 lines (11 loc) · 404 Bytes

Flood

A simple color based game. Fill the grid with a single color in as few clicks as possible.

Click any square to flood that square's color from the top left, covering all connected squares of the same color.

Can you flood the grid in fewer than 40 clicks?

Build

To create an executable JAR file, simply run

$ ant

from the project root.