American Young Coder

AYC logo

1 PM – Python Game Development

Today: We went over the homework to add the enemy sprite. We added the logic to move the enemy on the map. Homework: Create a new sprite class called "TargetPointer" which hasRead More...

6 PM – Intro To Python – Bill

Today We Do We created left_arm(x,y,color) function. Homework Create right_arm(x,y, color) function Also do last week homework: head, neck, eye balls, mouth, legs, feet.

8:30 AM – Intro To Python – Gamas

Today We Do We reviewed While Loop homeworks. We reviewed -=, +=, *= and /= We reviewed if statements vs if elif statements. Homework Create a new file Apr26_WhileLoopHomework2.py Do exercises fromRead More...

4:30 PM – Python OOP – Gamas

Today We Do We continued with MonsterInheritance project. Homework Inside your MonsterInheritance project, create car.py Copy only Car class codes from page 168 into car.py. Create electric_car.py and copy only ElectricCar classRead More...

7 PM – Intro To Python – Gamas

Today We Do We reviewed function with return value We learned about random module. We discussed on how to do the Magic 8 Ball homework. Homework Create Apr27_Magic8BallV1.py Follow the instruction inRead More...

1 PM – Python Game Development

Today: We went over the homework and added the landing page and added the target pointer sprite We added waves and a way to keep track of the current wave. Homework: UpdateRead More...

7:30 AM – Intro To Python – Gamas

Homework Create May3_1stQuizPrepHomework.py Do exercises from https://www.ayclogic.com/intro-to-python-exercises/ . Make sure you review all the python exercises and homeworks which you have done before to do this homework. If you have question, youRead More...

4:30 PM – Python OOP – Gamas

Today We Do We learned about Car and ElectricCar class inheritance. We learned about Monster and Dragon class inheritance. Homework Inside Dragon class, override sword_damage method. Inside this method, it will notRead More...

6 PM – Intro To Python – Gamas

Today We Do We reviewed 2nd quiz result. We went over some for loop problem We went over some function problem Homework Create May4_FunctionWhileLoopHomework.py Do exercises from https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/ These exercises will beRead More...

8:30 AM – Intro To Python – Gamas

Today We Do We went over 3 of the homeworks question from last week in the class. Homework Finish last week homework by Saturday night. Email to gamas@ayclogic.com and attach the pythonRead More...