American Young Coder

AYC logo

1 PM – Python Game Development

Today: We went over the homework to rotate the shield. We added animation to the exploding brick. We oriented the bullet so it's facing the correct direction using the angle passed byRead More...

7 PM – Intro To Python – Gamas

Today We Do We finished reviewing input from shell homework. We went over list, how to use it and append. Homework Create a new python file Feb16_ListHomework.py Copy codes from page 38Read More...

7 PM – Python Game Development

Today: We went over the homework to add the target. We added directions and kept track of the current region and expected directions, so the enemy could walk down the path. Homework:Read More...

1 PM – Python Game Development

Today: We went over how to add the iron walls. We reviewed how we pointed the bullet in the correct direction. We moved the bullet in the direction the turret is facing.Read More...

2 PM – Intro To Python – Gamas

Today We Do We reviewed 2nd Quiz result. Homework Review the quiz solution and come up with questions. Create Feb19_ListAndFunctionHomework.py Do exercises in https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/ .

7:30 AM – Intro To Python – Gamas

Homework Create a new file Feb22_IFELSEHomework2.py Do page 84 to 85: 5-3, 5-4, 5-5,5-6. This is very similar to last week homework. Basically you have to do some IF ELSE or IFRead More...

7 PM – Intro To Python – Gamas

Today We Do We finished going over List Homeworks from page 38 to 42. We also learned how to replace element in the list and how to know the number of elementRead More...

7 PM – Python Game Development

Today: Went over the homework to add animation and finish the enemy map navigation. We added the tower. We added the health indicator. Homework: Create a new sprite class called Bullet.  UseRead More...

4:30 PM – Python OOP – Gamas

Homework Create a new file Feb24_ClassHomework2.py Do page 167, TRY IT YOURSELF: 9-4 this is the continuation of the last week homework (Restaurant class)