Author: Qasem
-
snake game
In the run method, the code handles key presses. A crucial part of Snake is preventing the player from turning directly backward (e.g., moving Left while currently moving Right)
-
Turtle
Today I learned the Turtle language; here’s some of the code. This tells the turtle: “Start by recording the shape I’m going to draw so I can fill it in later.” Ultimately, you must call the bob.end_fill() function to actually fill in the shape. bob.color(“blue”, “cyan”) bob.begin_fill()bob.forward(100)bob.left(90)
-
Free Friday 2/13/2026
Today I created the Tic Tac Toe game. I finished creating it. Next Friday I will develop the game and make it better
-
Free Friday 1/9/2026
I’ve worked on 3D games, and here’s some of the code. What is this section about regarding the blending of old colors
-
Free Friday 12/19/2025
Draj and I haven’t finished the robot yet, but we’ve worked onmaking the robot move forward, backward, left, and right, and rotate in place.It was fun, but the time wasn’t enough.
-
Free Friday 11/7
I worked on a ping pong game This is part of the code This is a code for controls of the player
-
Free Friday
I’m almost finished with SPACE INVADERS. The game was very enjoyable, and I had a great time playing it. I thank the teacher and the instructor for their help. This is some of the code. This code loads the image..