American Young Coder

AYC logo

2:15 PM – Python Game Development (Makeup class)

We went over the homework We learned about inheritance in python We learned about dictionaries I uploaded the code here. Homework: Follow the direction to download Pycharm: https://www.ayclogic.com/pycharm-setup-guide/ Read and do theRead More...

9 AM – Python Game Development

We continued with Flappy Duck game We added Downward Tube properly. Homework: Create coins.py Inside coins.py, create Coin class Load coin_1.png Integrate it to main.py and make it appear on the screen.

10 AM – Python Game Development

Both teams made a good progress on their final projects. I am very proud with them: Lava Joomp Whack-a-mole Homework: Polish your final projects so everything is good and game works perfectly.

10AM – Intro to Python

Today we Did: Completed Rectangle function Began working on the Robot Builder Homework: draw the neck, body, legs, and feet of the Robot in March13_RobotBuilder.py If you have any questions, please sendRead More...

11am Scratch Level 1

Today We: Continued the Rocket Ship 1.0 project Added in Asteroids Made it so that there are different types of asteroids Made game over banner Made it so that if you touchRead More...

1 PM – Python Game Development

We did the homework to launch fireballs when the user presses the "f" key and flipped the player. We made the fireballs launch from the position of the player And we slowedRead More...

2 PM – Minecraft Modding With Java

We created Saturn Lightning Arrow.  Homework: Create Jupiter Fireball Axe. Follow all the steps that we have done with Saturn Fireball Axe. Make sure you copy saturn_fireball_axe.png into jupiter_fireball_axe.png and modify theRead More...

3 PM – Scratch Level 1

Today we: continued the "Drawing Shapes on Grid Paper" project drew the square using its corners’ coordinates drew the triangle using its corners’ coordinates started drawing the rectangle using its corners’ coordinates Homework:Read More...

3 PM Scratch Level 2

Today we were able to begin the Circle Wars project. For Homework: Please do from pages 82-85 in the yellow book.

5 PM – Introduction to Python – Nathaniel Lee

Today we went over: Quiz 2 loop and function practice problems Homework: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ If you have any questions, please feel free to email me at nathaniel@ayclogic.com!

6 PM – Python Game Development

We went over how to have 2 game modes GAME_LANDING_PAGE GAME_IN_SESSION Homework: In main.py load play_button.png and birdie_title.png. No need to create its own file, just do it inside main.py like howRead More...