Search Algorithms, including uninformed and informed, are widely used to solve problems in the Artificial Intelligence (AI) domain. This app aims to make a comparison of four typical search algorithms (BFS / DFS / Greedy Best-First / A*) by solving multi-path maze games. The pathfinding process can be visually monitored from the start to the goal. In this way, the players could see intuitively how AI finds the path solution based on the algorithm, how the algorithm performs step by step, and what its pros and cons are. The players can also play the maze game by dragging the cell block on the screen.