Inspiration
I want to design a little game by using flutter for a long time. Thanks Flutter Puzzle Hack for helping and push me to finish this idea.
What it does
It's a number puzzle game. Gamer can select the matrix number (2x2~7x7) and shuffle level to play. And the other feature is "Auto" Button that can help gamer to finish the puzzle automatically.
How we built it
It was built with Android Studio and can support platform on iOS, Android and Web.
Challenges we ran into
- How to adapt to screen size and orientation with different matrix number.
- How to moving puzzle pieces with animation.
- How to shuffle the game matrix.
- How to finish the game automatically.
- How to change the mode between light and dark.
Accomplishments that we're proud of
It's can finish the game automatically.
What we learned
- Layout with different screen size and orientation.
- Flutter animation methods.
What's next for Dynamic Puzzle Game
In Fact, the method of finishing game automatically is using the records of moving. the records is including game start with shuffle and user move by himself. When the "Auto" Button was pushed, this puzzle piece will be moved follow the reverse records steps.
The next step for this project is that design a real logic solution to solve the puzzle automatically.

Log in or sign up for Devpost to join the conversation.