Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 225 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 225 Bytes

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