This is a simple relaxing puzzle game.
Your goal is to slide tiles and place all flowers on grass to help them bloom.
Tiles are wrapped around the sliding direction, so you don't no need to worry about sliding out of bounds :)
Tiles are sliding either along a row or a column (think of it as 2D rubik's cube). You will use some logic thinking to untangle coupled tiles to achieve the goal.
This is fun and definitely sharpens your mind!
Your goal is to slide tiles and place all flowers on grass to help them bloom.
Tiles are wrapped around the sliding direction, so you don't no need to worry about sliding out of bounds :)
Tiles are sliding either along a row or a column (think of it as 2D rubik's cube). You will use some logic thinking to untangle coupled tiles to achieve the goal.
This is fun and definitely sharpens your mind!
Show More