skapix / sokoban

Sokoban UI & solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 .

About

Sokoban UI & solver


Languages

Language:C++ 96.3%Language:CMake 3.5%Language:C 0.2%