9 AM – Python Game Development
Homework: The bird currently is flapping its wings too fast or too frequently. You need to slow it down Go to bird.py, inside flap_wing() function you need to delay the switching ofRead More...
Homework: The bird currently is flapping its wings too fast or too frequently. You need to slow it down Go to bird.py, inside flap_wing() function you need to delay the switching ofRead More...
Today we Learned: How to make functions without return value How to use parameters/arguments How to call a function Homework: pages 130-133 from the book, put it in a file called Oct31_FunctionsWOReturnHomework.pyRead More...
Homework Make the coins appear between Tubes Detect collision between Coin and Tube. When they collide, increase the score by 10 Display score on the top left corner of the screen. LookRead More...
Today we: Selected a background Gave the first 5 letters of our names special animations/effects when each letter was clicked When each letter was clicked a different effect/animation started playing Your HW:Read More...
Homework Display score on the top left corner of the screen. Look at how we did it in Birdie project. Make the coin appear in the top and bottom randomly. Hint: useRead More...
Today we finished baby name generator. Your homework is to review for the final test.
Homework: Last week in the class, we did tell me your age program. Change the program so it will continuously ask user about his/her age until the user enter "quit" or "exit"Read More...
Today we were able to continue and add in the countdown for the Glacier Race and also the collisions. For Homework: Please do from pages 180-181. hwphotos
Today We Learned: How to use a for-loop to print values in a list How to use f-string formatters inside a for-loop How to use if-else statements in a for-loop Homework: PagesRead More...
Homework: In Oct31_ListIndex.py, in the class we were doing a for loop. Inside the for loop do the following Find the index where "answer" variable exists in the "secret_word". Use the indexRead More...
We reviewed two homework assignments from October 17 and October 24 (Oct17_IfElseHomework.py and October24_InputFromShellHomework.py). During the lecture, if, if/else, if/elif, and if/elif/else statements were discussed in depth with various examples that canRead More...
Homework Page 95 and Page 99 - TRY IT YOURSELF 6-1 and 6-2