American Young Coder

AYC logo

4PM – Advanced Python Game Development

Today We Did: Modify EnemyTank so that it uses its own images Create set_tank_direction Homework: Make the EnemyTurret class in enemy_turret.py that inherits from PlayerTurret and make load_image in EnemyTurret load EnemyTank_1_Turret_0.png,Read More...

6 PM – Intro to Python – Nathaniel

Today we: Finished hangman Homework: Do the following problem: Get a word from the user. And print each character of the word along with its index. ex. word input = "race" output:Read More...