Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 768 Bytes

File metadata and controls

25 lines (23 loc) · 768 Bytes

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

image image image image