American Young Coder

AYC logo

10 AM – Python Game Development

Homework: When the player launch the fireball, the fireball always face to the right. Even when the player is facing left. So when fireball is created, make sure you use the rightRead More...

11 AM – Python Game Development

We continued with Bird class. We learned about Pygame.sprite.Group() We learned on how to randomize the bird images. Homework: I have uploaded all the latest python files into google drive. Move theRead More...

1 PM – Intro To Python

We went over the for loop homework. We reviewed what's going to be in the quiz next week. Variables and Data Types IF ELIF ELSE statements Loops: For loops, while loops HowRead More...

2 PM – Intro to Python

We created a function that draws a rectangle using turtle.  We started building a robot using turtle, creating the feet, legs, body, and arms. Your homework has two parts: Finish the robot,Read More...

3 PM – Intro To Java

We continued with understanding JavaFX. We learned what the FXML file is used for. We learned what does Containers means How to connect Button in the FXML file with the controller JavaRead More...

4 PM Scratch Level 1

Here are the projects that you should review for the test next week. Cat Art: https://scratch.mit.edu/projects/331671044/  Animal Race: https://scratch.mit.edu/projects/249238583/  Spaceship 1.0: https://scratch.mit.edu/projects/266884838/ Tunnel of Doom: https://scratch.mit.edu/projects/246531467/ Make sure to have created a gmail account by nextRead More...

5PM-Scratch Level 2

We started the Minion Birthday Card project. Homework Finish adding the rest of the letter sprites in "Birthday" Add Birthday music sound to the minionPuttingLetter sprite when Start message is received

6 PM – Intro To Python

We went through Python Functions: We went through the difference between function with return and without return values. We went through parameters with default value, like the one in page 139. Homework:Read More...