Online sokoban solver

broken image
broken image

Sokoban puzzles are transportation puzzles where the player must push boxes to designated storage locations within a room. The primary goal of this project is to create a Sokoban puzzle solver capable of finding optimal solutions for a wide range of Sokoban puzzles. Let's dive into the project's objectives and why it's an exciting challenge.

broken image

This repository is dedicated to the development of a Sokoban puzzle solver using a variety of algorithms, including Reinforcement Learning (RL), Breadth-First Search (BFS), Depth-First Search (DFS), Uniform Cost Search (UCS), and A* (A Star Search).

broken image