9 AM – Python Game Development
We discussed how to make coins appear on the screen and between the tube. We made the Tube appear both on the top and on the bottom of the screen. Homework: MakeRead More...
We discussed how to make coins appear on the screen and between the tube. We made the Tube appear both on the top and on the bottom of the screen. Homework: MakeRead More...
Today We: Continued the Dino Dance Project Made the red dinosaur move left and right and bounce of the edge Made the Green Dinosaur be able to be moved using arrow keysRead More...
Homework: Duplicate Ballerina sprite into ballerina2 if you have not done it in the class. Remove all the codes in Ballerina2. Color ballerina2 with black color. You have to go to theRead More...
Homework: In the shoot balloon project do the following Integrate the target.py into the main.py Create balloon.py and randomly load one of these images: blue_baloon_1.png, green_baloon_2.png, orange_baloon_1.png, red_baloon_2.png Integrate the balloon.py intoRead More...
Today we did: Drew the Robot's legs, neck, left arm, and body Learned how to write functions using Rectangles Homework: Draw the Robot's face (eyes and mouth) in the March13_RobotBuilder.py file thatRead More...
Today We: Continued the Space Ship 1.0 project Fixed the timer going negative bug Fixed up the code for the You Win banner Added a background song and losing/winning song Finished spaceRead More...
We completed Final Project... Yea. We continued with Shoot Balloon project. Homework: When balloon go above the screen, kill the balloon. Create a new sprite, bug.py. You should use assets/bird/flying/frame-1.png and frame2.pngRead More...
We went over the homework to slow down player flapping wings and spawned clouds from left and right. We made fireball launched with pressing the space key and added a cool-down periodRead More...
We created Jupiter Lightning Sword. We created Recipes to create Saturn Sword and Saturn Lightning Axe. Homework: Create recipes to create Saturn Fireball Axe: use combination of minecraft:blaze_rod and minecraft:wooden_sword Saturn LightningRead More...
Today we: started the Animal Crossing project Homework: finish last week's homework (3/13/2021) if you haven't completed it yet do these codes in the "Drawing Shapes on Grid" project add codes toRead More...
Today we started with the Fireball Fighting Project. For Homework: Please attempt to create two projectiles for your characters that shoot at each other. Also if you haven't already, please get aRead More...
Today we went over: For loop homework A brief introduction to While loops Homework: Page 121, 123 If you have any questions, please feel free to email me at nathaniel@ayclogic.com!
Today we went over: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ Homework: In the google drive, there is a file called "Mar27_QuizReviewHomework.py" that contains the 3 questions to be completed. The homework questions will also be provided below.Read More...
We centered Play Button and Title image We detected mouse click on the Play Button. When play button is clicked, we start the game. Homework: When the player and the bird collide,Read More...