/qSokoban

sokoban like game

Primary LanguageC++

qSokoban

sokoban like game

Build instructions

Building requires Qt 5.1.0 Run: qmake-qt5 && make

Goal

The goal of the game is to move all the red gems to the green marked spots.

TODO

  • Don't animate man movement when changing levels
  • Handle reaching the end of the collection
  • Allow saving position of a given level
  • Allow saving solutions.
  • Implement help(moves a box by one tile each time called) for levels for which the solution is known.
  • When changing levels, board is redrawn before new tiles are available, if the new level is larger this results in undefined tiles