Skip to content

lrei/willy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sokoban Solver
	Uses the IDA* search algorithm
	Minmatching
	Reduces search space by removing unsafe positions
	Hash Tables to prevent loops
	Macro moves to merge multiple states into a single state
	Relevance cuts

Implemented in Python


Paper describing this project: http://www.scribd.com/doc/82055671/

About

A sokoban solver in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published