created an interactive maze game using Python and Tkinter, where the player navigates from Earth to Planet Zumurda. The game includes a simple GUI, color-coded tiles, and pathfinding logic that visually animates the shortest path to the goal.
This project helped me practice algorithmic thinking, pathfinding techniques, and GUI development in Python.