A slide puzzle built for the Flutter Puzzle Hack by Calamity210. You can try it out at https://slidepuzzlehack.web.app
A submission for the Flutter Puzzle Hack 🧩 by Calamity210.
The only real constraints we were given for this hack are:
All submissions must be slide puzzles. That means that the players “slide” a limited number of tiles into place to achieve a goal. Word puzzles, etc. will not be accepted.
While most people went straight to the traditional 15-block sliding puzzle, I wanted to make something that many people were not also making.
This game is the outcome, a sokoban-inspired sliding puzzle. It falls perfectly into the constraints we were given, the player slides a number of boxes into place to complete the level.
(Tap and drag your mouse or finger over the dash in the home page for a cool little animation).
- Customizable difficulty.
- Supports all flutter-supported platforms.
- Supports both keyboard and joystick inputs. 🕹
- Randomly Generated Maps (🎊 It never gets old 🎊).
- Auto Solve (Click the help button, and it'll solve one box for you).
- Restart (You can restart the same level if you messed up).
- Fun (It has dash in it, why wouldn't it be fun?).
To run the project either use the launch configuration in VSCode/Android Studio or use the following command:
$ flutter run -d chrome
- Web 💻
- Mobile 📱
- Desktop 🖥
I've only tested the project on ios, macOS, android, and web.