Skip to content
/ Sokoban Public

Sokoban solved with informed and uninformed search algorithms. Complete with UI

Notifications You must be signed in to change notification settings

gkosae/Sokoban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sokoban

A java implementation of Sokoban solved with search algorithms. Algorithms used are

Uninformed

  • Breadth-First Search
  • Depth-First Search
  • Uniform-Cost Search

Informed

  • Astar Search
  • Greedy Best-First Search

Just import the project into eclipse and run as a java application

About

Sokoban solved with informed and uninformed search algorithms. Complete with UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages