Enigma Game Documentation

Documentation for the Enigma puzzle collection

View the Project on GitHub ianfhunter/Enigma

🌊 Flood It

Fill the board with one color in limited moves. Start from the corner!

A.K.A.

Also known as: Color Flood, Floodfill

Category

Tile & Spatial

How to Play

  1. Start with the top-left cell
  2. Choose a color to "flood" your region
  3. Your region absorbs adjacent cells of the chosen color
  4. Continue until the entire board is one color
  5. Complete within the move limit

Puzzle Source

🔧 Generator

Puzzles are algorithmically generated on-the-fly.

Source: Random color grid generation

Tips & Strategy

Issues & Bugs

🔍 Search existing issues for "FloodIt"

📝 Report a new bug


Part of the Enigma puzzle collection