Section 01
Introduction: SokoBot—Solving Sokoban Puzzles with Classic AI Techniques
SokoBot is an intelligent system based on classic artificial intelligence techniques, focusing on solving the Japanese box-pushing game Sokoban. This project deeply explores state space search algorithms, heuristic function design, and the application of AI in game solving. It addresses the computational challenges of Sokoban as a PSPACE-complete problem, providing an intelligent solution for this classic puzzle game.