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.


