Skip to content

Slide puzzle where you can only move rows/columns and the tiles overflow to the other side. Multiple board sizes, and add a bomb to make it even more difficult.

License

Notifications You must be signed in to change notification settings

joscha0/slideboom

Repository files navigation

slideboom

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.


The Game

How to play?

  • 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!

Keyboard shortcuts

It is recommended to play the game with touch inputs. If you are on a PC you can also use keyboard shortcuts.

Home Screen

  • p: play
  • m: increase mode
  • n: decrease mode
  • b: toggle bomb
  • ?: open help

In Game

  • ESC: toggle pause
  • WASD: move the selection
  • arrow keys / vim keys (HJKL): move tiles

Build

Web

 flutter build web --web-renderer canvaskit

(forces canvaskit for mobile web, required for animation)

Linux

 flutter build linux --release
 cd build_files/linux
 ./create-appimage.sh
 cd Slideboom.AppDir
 ./Slideboom-x86_64.AppImage

(appimagetool required)

  • generates executable appimage file

Android

flutter build apk

Windows

flutter pub run msix:create

in windows branch

About

Slide puzzle where you can only move rows/columns and the tiles overflow to the other side. Multiple board sizes, and add a bomb to make it even more difficult.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published