8000 GitHub - del-Real/Soakoban: Sokoban level solver made with raylib
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

del-Real/Soakoban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Soakoban

Sokoban solver developed with Raylib C#

Dependencies

Before building, ensure you have the following installed:

Build

$ git clone https://github.com/del-Real/Soakoban.git
$ cd Soakoban/src
$ dotnet build

Run

# Navigate to the build directory
$ cd ../build/bin/net8.0

# Run the Sokoban executable with the following arguments:
#   <'level'>    : The level string, using \n for newlines
#   <strategy>   : Search strategy (BFS | DFS | UC | GREEDY | A*)
#   <depth>      : Maximum search depth
$ ./sokoban '<level>' <strategy> <depth>

# Example:
$ ./sokoban '###########\n####  @#  #\n#### #    #\n####  $#  #\n# $.  .## #\n#   ###  $#\n#   ###  .#\n###########' A* 100

About

Sokoban level solver made with raylib

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0