American Young Coder

AYC logo

9 AM – Python Game Development

We loaded and drawn bird01_A.png in the game. We resized Bird01_A.png image. Homework: Load and draw scene.png into the screen in coordinate 0, 0. Load and draw bird02_A.png into the screen inRead More...

10 AM – Python Game Development

We went over how to implement GAME_NOT_STARTED and GAME_STARTED modes. We displayed Play Button when mode is GAME_NOT_STARTED. We added the code to detect when user click on the mouse to startRead More...

11 AM – Python Game Development

We went over how to have cool down period for the fireball launch. We went over how to have hitbox area for Fireball and Bird. We added code to detect collision betweenRead More...

1 PM – Intro To Python

We completed Magic8Ball program We started Hangman game Homework: In the July25_Hangman.py file that we did in the class do the following Create forever loop, and inside the forever loop do theRead More...

2 PM – Intro to Python

Today we finished BabyNameGenerator. We reviewed some material for the final test. Your homework is to prepare for the final test which will be from 1 PM to 3 PM next SaturdayRead More...

3 PM – Intro To Java

We continued with adding more UI components on Vehicle System using JavaFX. We were able to enable the table in the middle make it display Vehicle data using TableView. Homework: We areRead More...

4 PM Scratch Level 2

Today we finished up Cheese Chase and were able to clear all of the issues. We also started on learning about lists in Scratch. For Homework: Please make it so that theRead More...

5 PM – Intro To Python

We went over IF ELSE ELIF control flows. We learned how to read input from shell.  Homework: Please do IF ELSE exercises from https://www.ayclogic.com/tell-me-your-age/

5 PM Scratch Level 2

Today we continued on with the Glacier Race. We learned about the difference in variables and how they can be set up differently. For Homework: Please do from pages 176-179.

6 PM – Intro To Python

We reviewed 2nd quiz result. No homework next week. For students who stayed behind, please do the following homeworks: Create a function with no return value, "subtract1" It has 2 parameters: n1,Read More...