This project involved creating three Python modules using Turtle graphics to draw shapes, random images, and rows of images. The goal was to gain a deeper understanding of functions, loops, randomness ...
This project is a 2D interactive arcade game developed using Python and OpenGL. Unlike standard sprite-based games, this engine manually renders all geometric shapes (diamonds, catcher, buttons) using ...