This project implements popular search algorithms for the Sokoban game:
- Breadth-first Search (BFS)
- Depth-first Search (DFS)
- Iterative Deepening Search (IDS)
The algorithms are applied to solve Sokoban puzzle configurations.
- Implementations of BFS, DFS, and IDS.
- Game logic for Sokoban puzzle-solving.
For more details, please refer to the document.pdf
file in the repository.
Contributor: Sepide Bahrami