I stopped grinding textbook exercises when I found these Python games.
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 Python-based simulation of a wheeled robot that navigates an unknown maze, builds a map of its environment from simulated LiDAR data, finds the shortest path with A*, and re-routes around obstacles ...