Skip to content

Protocythr/Sokoban-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Created for CS4341

This is a project that uses A* search and Uniform Cost Search to play a game of Sokoban and return either
the winning set of moves or no solution found

the format of a game is represented by

%: wall
B: box on a goal
b: box
.: goal
P: player

The boards are stored in /boards with the solution pasted into solution.txt in /solution

the command to start is:
python src/solver.py --input boards/<board_name>.txt --output solutions/solution.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages