9 AM – Python Game Development
Homework: Page 168 to 169
Homework: Page 168 to 169
Homework: Inside main.py We want to make sure the fireball cannot be launched too frequently. Similar on how to we put delay on creating bird and cloud, we need to delay creationRead More...
Homework: Create Cloud class. It should be very similar to Bird class. It will have x, y, direction, screen Replace the code that loads the bird images with load all 3 cloudRead More...
Homework: Page 138 Create a function with return value, "convert_kg_to_gram" It has one parameter: "kg" Inside the function it will return the value of 1 Kilogram from the parameter into gram. ThereRead More...
Homework: Inside Hangman program, complete the code inside "update_clue(guessed_letter)" function. This function should replace the question mark inside the "clue" variable with the letter that user entered. The code should look veryRead More...