We are going to create our own implementation of the game
“FloodIt”. Several versions of this game can be found, for example
a version for android, on which this description is based, here.
Several Web versions are available
In this game, a square board is filled with dots, each having
one of six possible colours. The players initially “captures” the
top left dot. The player keeps choosing one of the six colours.
Each time a colour is chosen, the dots...