American Young Coder

AYC logo

9 AM – Python Game Development

We continued to learn about class inheritance. We learned how to call functions within the class by doing self.<function_name>(). We learned how to call functions from outside the class by doing <variable_name>.<function_name>().Read More...

10 AM – Python Game Development

We made sure to cleanup the fireball, birds and cloud after they are out of screen We organized some codes inside the main.py game_loop() and made functions out of them. We addedRead More...

11 AM – Python Game Development

We made the cloud appear less frequently. We fixed the problem where the bird turn to the right after if moved to the left. We made the cloud moved slower. Homework: CreateRead More...

1 PM – Intro To Python

We completed Password Generator program Homework: Do StarWars questions from number 2 and 3 in here: https://www.ayclogic.com/intro-to-python/star-wars-problem/

2 PM – Intro to Python

Today we went over the final projects. We went over BabyNameGenerator. Your homework is to add some more features to BabyNameGenerator: Finish implementing "get_random_name" function.  This should accept the user_input as theRead More...

3 PM – Intro To Java

We continued with JavaFX Vehicle System We made the insert button have round edges We added AYCLOGIC logo on the top right hand corner of the interface. Homework: Add the following componentsRead More...

4PM-Scratch Level 2

We reviewed for the test on Monday. Monday is the Scratch Level 2 test, please study the following Fireball Fighting Game: https://scratch.mit.edu/projects/177345577/ Spaceship 2 Game: https://scratch.mit.edu/projects/282450480/ Cheese Chase Game: https://scratch.mit.edu/projects/240119251/ Doom On The Broom: https://scratch.mit.edu/projects/321641060/ PleaseRead More...

4 PM Scratch Level 2

Today we started with the Cheese Chase project. For Homework: Make sure to add in the maze for the cheese chase as a new sprite. The maze should not have any slants/diagonalsRead More...

5 PM – Intro To Python

We went over Variables and Data Types and Boolean expressions Homework: Create Python file July11_StringHomework.py From the book it will be page 20 to 23

5 PM Scratch Level 2

Today we continued on with the Doom on the Broom project. For Homework: Make sure to do from pages 118 to page 123. It may look like a lot but its prettyRead More...