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