• Stars
    star
    130
  • Rank 271,820 (Top 6 %)
  • Language
    Java
  • License
    MIT License
  • Created over 8 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Flood fill puzzle game for Android

Open Flood

Get it on Google Play Get Open Flood on F-Droid

A flood fill puzzle game for Android.

Gameplay

You start in the upper left hand corner of the board. Tap the colored buttons along the bottom of the board to flood all adjacent filled cells with that color. The aim of the game is to try to fill the entire board with a single color in less than the maximum number of allowed moves.

You can customize the number of colors and the board size by tapping the gear icon.

You can generate a board from a seed by holding down the new game (star) icon.

Building / Installing

Build and install using Android Studio or from the command line by executing the following commands.

To build and install on *nix:

./gradlew installDebug

To build on Windows:

gradlew.bat installDebug

To build without installing, use the assembleDebug task instead. This will output a debug apk in app/build/outputs/apk/debug

License

MIT © Rhys Rustad-Elliott