Skip to content

An automated solver for Block Dude using heuristic search and constraint satisfaction.

License

Notifications You must be signed in to change notification settings

joe-yeager/BlockDudeSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlockDudeSolver

An automated solver for Block Dude using heuristic search and constraint satisfaction.

##Build Instructions: ###Install the graphics libraries: sudo apt-get install python-tk

sudo apt-get install python-imaging-tk

###Run the program: Test sets:

python solver.py test

Game:

python solver.py game

Both:

python solver.py test game

Both with pauses in between levels:

python solver.py test game pause

The program requires python 2.7 due to dependencies, so if any of the above commands fail try replacing python with python2.7

About

An automated solver for Block Dude using heuristic search and constraint satisfaction.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages