An interactive traffic simulation built with Python and Pygame to visualize and compare different pathfinding algorithms in a dynamic road environment. The simulation places multiple cars on a ...
A 2D maze game developed using Python and Pygame. The player controls Jerry and attempts to reach the exit before the timer ends, while Tom uses the A* pathfinding algorithm to calculate the shortest ...