SOKOBAN SOLVER USING INFORMED SEARCH Auto solver for sokoban game using Greedy Best First Search and A* algorithm. How To Setup Clone this repository git clone https://github.com/mbsaloka/Sokoban-Solver Install and Run Run Python Server python3 app.py Install and Run Client Open new terminal, and move to sokoban directory. npm install npm run dev Screenshots