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