American Young Coder

AYC logo

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

10 AM – Python Game Development

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

12 PM – Python Game Development

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.

1 PM – Python Game Development

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

4 PM – Intro To Python

Homework: Continue with the Dec5_robot_builder.py. Draw the mouth, neck, body and legs and feet like the following'

5PM – Introduction to Python

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