Sokoban project contains a game and a solver. The solution, created by solver is neither push-optimal nor move-optimal. Sover uses A* algorithm, with a hungarian algorithm heuristics.
- Qt5
- Boost.Container (Header only)
- GCC/Clang with c++17 support
- Visual studio 2017
mkdir build
cd build
cmake ..
cmake --build .