American Young Coder

AYC logo

WED – 7 PM – Intro To Python – Gamas

Today We Do We went over Jan12_StringHomework.py learning about String built-in functions: .title(), .upper(), .lower() We went over how to combine String using Python "f" format. Homework If you did not doRead More...

7 PM – Python Game Development

Today Went over the homework to fire the enemy bullet in the correct direction. We added logic so the player tank won't move or animate unless the user presses the move keys.Read More...

7 PM – Intro To Python – David

Today We Do We went over Jan12_StringHomework.py homework. We could not finish going over all the homeworks as we also do some exercises. We will finish reviewing the homework next week. AllRead More...

1 PM – Python Game Development

Today: We went over the homework to add the enemy tank and enemy turret We refactored the enemy tank and enemy turret to avoid code duplication, using inheritance. Homework: Add a spriteRead More...

7 PM – Python Game Development

Today: We went over the homework to add the game over page and tank destroyed sound effects. We enabled the enemy tank to move. We delayed switching the game mode to gameRead More...

7 PM – Python OOP – Gamas

Today We Do We reviewed Final Test Result. Homework Try to change your Final Test codes (The Bank System) try not to look at the answer key. If you are stuck youRead More...

1 PM – Python Game Development

Today: We went over the homework to add the shield powerup. We fixed the turret to point directly at the mouse by referencing the center of the turret. We went over theRead More...