9 AM – Python Game Development
We went over how to kill the sprite when it is off the screen. We learn how to detect collission between Bird and fireball. Homework: Detect collision between Bird and Player. WhenRead More...
We went over how to kill the sprite when it is off the screen. We learn how to detect collission between Bird and fireball. Homework: Detect collision between Bird and Player. WhenRead More...
Homework: In the main.py inside game_loop() do the following If self.count_down <= 0 then change the game mode to GAME_WIN. If game mode is GAME_WIN display GAME_WIN page by calling game_win_page() function.Read More...
Today we did: Went over Star Wars Homework Completed Magic 8 Ball using random.randint() Homework: in Dec5_Magic8BallHomework, write a Magic8Ball program, but instead of using random.randint, use random.choice. If you have anyRead More...
Today We: Finished the Face project Gave the face Sunglasses Started the Christmas card project Added in a custom background, song and Christmas tree Added a banner Made the background switch andRead More...
Homework: Create platform.py Load "assets/images/PNG/platform1-1.png" image inside platform.py. Integrate platform.py into main.py and display one platform on the screen.
We went over the dictionaries homework We learned about classes and objects in python and created a class representing a Human and Student Your homework is to read and do the examplesRead More...
Next meeting (12/12) is Final Test from 2 PM to 4 PM. Please study the following: Variables: String, int, float. IF, ELSE IF, ELSE statements. How to get input from shell usingRead More...
Today we were able to start the Christmas Card and add in the tree, arrows, snow, and marquee. For Homework: Please switch the backdrop when the tree is clicked and show theRead More...
Today we started the Dino Dance project Homework: Follow the codes from pg. 41-42 from the book
Today we were able to start on the Christmas Card project. For Homework: Add in two arrows that are pointing at the Christmas tree. The christmas tree should be changing colors. WhenRead More...
Homework: Continue with the Dec5_robot_builder.py. Draw the mouth, neck, body and legs and feet like the following'
Today we went over: The For Loop homework (pgs. 52, 57, 58) Using lists with for loops, using conditional statements (if/elif/else) within for loops An introduction to while loops, how they work,Read More...
We installed Python 3.7 and Pycharm on everyone computers. No homework next week.