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...
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...
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...
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...