/sokoban-solver

A proof-of-concept app that solves the well-known game Sokoban, applying A* Algorithm on the state space..

Primary LanguageC#

Sokoban Solver

a proof-of-concept app that solves the well-known game Sokoban, applying the A* algorithm searching on the State Space, with some extra optimizations.

It is implemented with .Net 6 as a WinForms application