This project is a Python-based Solar System Simulation built using the Tkinter library and Ursina engine. The simulation allows users to explore different celestial objects such as dwarf planets, ...
This project, maze_path_finder, implements multiple algorithms for maze path finding. There are two implementations, one for path finding in 2D, on a square grid, and in 3D, on a cubical grid. For our ...