Best android open-source packages and libraries.

Open_flood

Flood fill puzzle game for Android
Updated 4 months ago

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

Tags game