Programming
Blog post description.
9/23/20242 min read
Programming Projects
A compilation of programming projects I completed throughout my programming journey.


A Python-based timer program that I built during my early days at university when I struggled with time management. Existing solutions, such as Microsoft Word's Focus mode and the Pomodoro technique, didn't work for me, so I created my own.


A Python-based Snake game that I built using the Turtle module during my early days of learning Python programming.


A Java-based Tetris game that I built as part of my sophomore year semester project.


The background for the initiation of this project is quite interesting. I was watching videos about how magicians perform card tricks and predict your card. I discovered that many of these tricks rely on certain mathematical principles. Being a programmer, and knowing that math and programming often go hand in hand, I decided to apply those mathematical concepts to create a custom "Python Magician."
Currently, I am modifying this project to include a GUI and compile multiple games into a single program. It will be uploaded once the modifications are complete
A compilation of some projects I completed during my programming journey. The logic is implemented, but the designs are quite basic. I am currently working on adding a GUI, as well as more aesthetic and graphical features to enhance these projects.


Implementation of Python Turtle Module that can recreate famous Hirst spot painting.

