9 AM Python Game Development
1. Homework: inside main.py, inside launch_fireball function. Whenever user press space key, create a fireball and add into self.fireball_group.
1. Homework: inside main.py, inside launch_fireball function. Whenever user press space key, create a fireball and add into self.fireball_group.
Homework Fix the Flappy Bird Title so it will appear properly Create coin.py and Coin class Inside coin.py, load coin_1.png and coin_2.png Integrate coin.py into main.py
Today: Took 2-hour quiz 1 Homework: None If you have any questions, please send an email to latisha@ayclogic.com
Homework In Ask Gobo project when it answers NEVER, you should change the color of Gobo to red. Look at "Looks" purple section and use "set color effect" block to achieve thisRead More...
Homework Inside main.py, create self.score =0 Inside main.py, whenever the bird and the scoreline collide, you want to increase self.score by 1 Create coin.py Create Coin class which inherits from pygame.sprite.Sprite LoadRead More...
Congrats on finishing your final project! Today we started Baby Name Generator. You homework is to create a function "print_random_names". This function will take two parameter "names" which is a list ofRead More...
We started Spaceship project We learned to create a star sprite and clone We learned to make clone appear on the top of the screen and going down We duplicated the starRead More...
We finished Vehicle System Java FX Homework: Currently when searching maker, model, it is case sensitive. Make it case insensitive. For example if I entered HONDA, it should find Honda car.
Today in class, we learned: how to use \n how to use \t how to use .rstrip(), .lstrip(), and .strip() How to make an if-else statement Homework: pages 114-116 from theRead More...
We completed Password Generator program We started Hang man game Homework: Inside the while loop, check if the user input is the same with "secret_word". If it is, break from the loopRead More...
Final Test Retake 1 hour