simple slide puzzle built for the 2022 flutter puzzle hack
Visit https://slideboom.960.eu/ to play the web version of the game.
Or download the Android, Windows or Linux build from the release tab.
- Slide the tiles into numerical order.
- If you move one tile, the entire row moves
- Be as fast as possible and use the least amount of moves.
- If you move the bomb you lose!
It is recommended to play the game with touch inputs. If you are on a PC you can also use keyboard shortcuts.
p: playm: increase moden: decrease modeb: toggle bomb?: open help
ESC: toggle pauseWASD: move the selectionarrow keys/vim keys (HJKL): move tiles
flutter build web --web-renderer canvaskit(forces canvaskit for mobile web, required for animation)
flutter build linux --release
cd build_files/linux
./create-appimage.sh
cd Slideboom.AppDir
./Slideboom-x86_64.AppImage(appimagetool required)
- generates executable appimage file
flutter build apkflutter pub run msix:createin windows branch
