9 AM – Python Game Development
We did GAME WIN mode. We did count down and when the count down goes to zero we switch game mode to GAME WIN. Homework: In GAME WIN PAGE, show "GAME WIN"Read More...
We did GAME WIN mode. We did count down and when the count down goes to zero we switch game mode to GAME WIN. Homework: In GAME WIN PAGE, show "GAME WIN"Read More...
We learned about X, Y Coordinates We learned how to find coordinate in Square, Rectangle and Triangle. We started "4 Shapes" scratch project and drew square shape there. Homework: In the gridRead More...
Today We: Started to learn about Scratch's grid Learned how to find the coordinates of a point (x-value, y-value) Practiced by finding the corners of shapes on the grid Your HW: IfRead More...
We completed Shoot Balloon project. You guys are done with Python Game Development course. Congrats. Next course would be Advanced Python Game Development or Intro To Java.
Today we did: Started Robux System Took care of selections 1, 5, and not 1-5 Created loop and variables to keep track of what is going on Homework: Work on selections 2Read More...
We reviewed Birdie project and went over the pygame cheat sheet. We started the Flappy Duck project I uploaded the source code here Homework: Create a class with which loads an imageRead More...
Today we: made the audio loop forever without pausing fixed the code so the script does not overlap with each other rearranged the sprites finished the Mother's Day Card Project introduced andRead More...
Today we: Finished learning about functions with return values Homework: Do the following problems below. These questions are also in the file named "May8_FunctionWReturnValuePractice.py" create a function named "multiply_me" that has twoRead More...
Today we finished: RobuxSystem.py Homework: Copy your code for the final project and paste it into an email and send it to me. Make sure your final project is submitted by theRead More...
We added coin sprite to the game Homework: When Player and Coin collides Make Coin disappear Increase the score Play assets/audio/collect5.wav sound effect. Add hitbox to the Tube When Player and TubeRead More...