Skip to content

Soko Number Solver is a mini game that uses DFS, BFS, and A* algorithms to solve puzzle levels. Players must use specific algorithms to reach goals while moving numbers around a board. The game includes a tutorial and combines classic Sokoban gameplay with the added challenge of solving puzzles using algorithms.

Notifications You must be signed in to change notification settings

ian-shade/SokoNumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SokoNumber

The game is based on the classic Sokoban puzzle game, where players must move numbers around a board to reach their designated goal positions. However, in Soko Number Solver, players are given the added challenge of having to solve the puzzles using specific algorithms.

The DFS algorithm is used in levels where players must find the shortest possible path to the goal, BFS algorithm is used for level where players must explore as many moves as possible before reaching to the goal, and A* algorithm is used for more advanced levels where players must balance speed and efficiency to reach the goal.

Each level presents a new and unique challenge, as players must carefully consider their movements and think strategically to solve the puzzles using the correct algorithm. The game also includes an in-game tutorial that guides players through the use of the different algorithms, making it accessible for players of all skill levels.

Overall, Soko Number Solver is a fun and engaging mini game that combines the classic Sokoban puzzle gameplay with the added challenge of solving puzzles using different algorithms such as DFS, BFS, and A*, providing a fun and educational experience for players.

SokoNumber first levels preview

Screenshot 2022-12-23 at 9 30 00 AM

Screenshot 2022-12-23 at 9 30 39 AM

Screenshot 2022-12-23 at 9 31 16 AM

About

Soko Number Solver is a mini game that uses DFS, BFS, and A* algorithms to solve puzzle levels. Players must use specific algorithms to reach goals while moving numbers around a board. The game includes a tutorial and combines classic Sokoban gameplay with the added challenge of solving puzzles using algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors