American Young Coder

AYC logo

1 PM – Python Game Development

Today We went over the homework. We reviewed some trigonometry We rotated the turret so it faces the direction of the mouse. Homework Add a sprite class for the enemy tank usingRead More...

2 PM – Intro To Python – Gamas

Today We Do We completed RobuxShoppingCart. Homework Next week we will do review of all we have learned so far because2 weeks later is final exam. Please study the RobuxShoppingCart project andRead More...

8 AM – Intro To Python – Gamas

Homework Create a new Python file Jan18_StringHomework.py Copy code from book from page 20 to 23. If you don't have the book, you can look at this copy in here: https://www.ayclogic.com/wp-content/uploads/2020/08/IntroToPythonP20toP23.pdf

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