Skip to content

This project implements popular search algorithms for the Sokoban game.

Notifications You must be signed in to change notification settings

uni-projects-bachelor/sokoban-search-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sokoban - BFS, DFS, and IDS Algorithms

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.

Features:

  • 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


About

This project implements popular search algorithms for the Sokoban game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages