American Young Coder

AYC logo

7 PM – Python Game Development

Today: We went over the homework. We went over the maze solver and started the process to move the enemy tank with it. Homework: Add a game "mode" attribute in TankGame, whichRead More...

7 PM – Python OOP

Homework Create Troll (troll.py) and WaterGolem (water_golem.py) classes Troll class should be immune to "earth" magic attack. WaterGolem class should be immune to "water" magic attack. Look at how we did theRead More...

1 PM – Python Game Development

Today We went over the homework to add the turret sprite. We created a MAP config inside the config.py file. We made the MAP have the correct size, 28 columns and 20Read More...

2 PM – Intro To Python – Gamas

Today We Do We continue with Dec11_ShoppingCart.py program Homework The turtle python project is due. Please email your program to gamas@ayclogic.com before Jan 8. Also in the Dec11_ShoppingCart program, add code toRead More...

6 PM – Intro To Python – David

Today We Do: We went over homework from page 123 and 124. Homework: Create a file called Dec18_Quiz1PrepHomework.py Do exercises from https://www.ayclogic.com/intro-to-python-exercises/ If you have question, please email either david@ayclogic.com or gamas@ayclogic.com.Read More...

7 PM – Python Game Development

Today: We went over the homework. We reviewed the game loop again. We added the score attribute. We fixed the bug preventing player from being recreated on the screen. I've uploaded theRead More...

4 PM – Intro To Python – David

Today We Do We continued with Dec14_Robot.py project. We added left_arm(x,y,color) function. I have uploaded the code to the google drive, please take at the latest file in the google drive here.Read More...

7 PM – Python Game Development

Today: We went over the homework to add the different game modes. We added the maze solver inside the enemy tank. We visualized the path from the enemy tank to the playerRead More...

7 PM – Python Game Development

Today: We went over the homework to add sound effects We reviewed the code for the maze solver. We added logic to move the enemy tank based on the path. We cleanedRead More...

7 PM – Python OOP

Today We Do We finished Monster Inheritance project. We compared how to go through each element inside the list vs inside dictionary. Homework 2 weeks later is Python OOP final test. IRead More...