Welcome to the Python Page !!

Take a look around, and explore upon my Python Projects!


The next python assignment was coding a variety of math equations where the player had to answer correctly to proceed, since spamming the wrong answers was a bug.
(It still deducts a point if you get it wrong)


Then, we made a python-tag game where the player (the green ball) was supposed to make contact with the red ball in order to score a point.
There is also an implemented timer in the top right, rounded to two decimal places.
(also people could edit the player's movement speed and hitbox size)


We also made a Traffic Simulator, where the player (the black car at the bottom) has to drive through the 4 way road whilst avoiding to hit the other cars and obey the traffic lights (the botom two, specifically)


Here, I coded a maze that the player has to escape with their life intact. Of course, there's a few traps that could've resulted in death, like prompts.
The Image on the left is an example of what the "gameplay" is like, whilst the right image is the intended direction to go.

Click me to return to the Main Page!!