Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 457 Bytes

readme.md

File metadata and controls

19 lines (16 loc) · 457 Bytes

Sokoban

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.

Dependencies

  1. Qt5
  2. Boost.Container (Header only)

Supported compilers

  1. GCC/Clang with c++17 support
  2. Visual studio 2017

How to Build

mkdir build
cd build
cmake ..
cmake --build .