This repository contains a collection of fractals created using Python's Turtle module. The project explores recursive geometry, procedural pattern generation, and visual experimentation through ...
A simple maze game built with Python where the player navigates through a grid-based maze to reach the goal. This project is designed to practice Python game programming, including handling input, ...