Skip to content
Snippets Groups Projects
Commit f4c6e845 authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Fix/complete metadata and documentation

parent b981845f
No related branches found
No related tags found
1 merge request!7Resolve "Fix / complete metadata and documentation"
Pipeline #2796 passed
# calculus
# Colors, a color flood fill game
## Your mission
Fill the board with only one color.
## How to play
### Start game
- Select game settings (difficulty, board size, colors count and skin)
- Hit play button to generate a randomly colored board
### Play
- Pick color from palette, all touching cells from top left with the same color will be filled with this selected color
- Repeat until all board is filled
### Victory
- If you can fill board with less moves count than show target, you win!
## Credits
This game is heavily inspired from [Open Flood](https://f-droid.org/en/packages/com.gunshippenguin.openflood/), a simple but addictive flood fill game, available on [F-Droid repository](https://f-droid.org/en/) ([source code](https://github.com/GunshipPenguin/open_flood)).
This application is built with Flutter framework.
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
app.versionName=0.0.13
app.versionCode=13
app.versionName=0.0.14
app.versionCode=14
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment