Sokoban
Description
A coding project for the Artificial Intelligence course at Universidad del Valle (Colombia). This project demonstrates the behavior of three search algorithms: BFS (Breadth-First Search), DFS (Depth-First Search), and DFSI (Depth-First Search with Iterative Deepening). It visualizes how each algorithm solves the Sokoban game. Additionally, it allows users to customize the board, including the positions of the boxes and the player.