American Young Coder

AYC logo

9 AM – Python Game Development

Homework: Create fireball.py, copy the code from cloud.py and change accordingly. Load the assets/fireball.png inside fireball.py Inside main.py import fireball on the top of your file. create fireball_group Create Fireball variable andRead More...

10 AM – Python Game Development

We continued with Flappy Duck project. We added gravity on Flappy Duck. Homework: Start thinking on what you want to do for your final project. Go here to look for your gameRead More...

12 PM – Python Game Development

Homework: For FlappyDuck project, create player.py. Copy code from Birdie player.py Inside player.py, you need to load the following images "assets/png/Green Duck Sprites/Green duck #1-01.png" "assets/png/Green Duck Sprites/Green duck #2-01.png" Integrate player.pyRead More...

5 PM – Introduction To Python

Homework: Sep26_FunctionWithReturnValueHomework.py Do function with return value homework from page 138 to 139. Convert Farenheight into Celcius Ask user "Enter a temperature in Farenheight: " Whatever user enter, pass to below functionRead More...

6 PM – Intro To Python

Homework: Continue with Sep26_BabyNameGenerator.py Outside the while loop create the following boy_names list. Inside the list, put 6 different boy's names. girl_names list. Inside the list, put 6 different girl's names. InsideRead More...