American Young Coder

AYC logo

9 AM – Python Game Development

Homework: Make the bird02 appear on the bottom right corner. Make the bird02 move left incrementally. Load the bird01_B.png and put in coordinate (100,100)

10AM – Intro to Python

Today we learned: What is a variable How to make and print a variable Integers, Doubles/Floats, Strings How to combine strings Homework: pg. 20-23 from the book (IntroToPythonP20toP23), put into a fileRead More...

11 AM – Python Game Development

We added the collision detection between Player and the Bird. We added sound effect when the Player and the Bird collide. We added score in the screen. Homework: Display play_button in theRead More...

1 PM – Intro To Python

We continued with Hangman game: We display question mark ("?") clue according to the number of letter in the secret_word. We decrease "lives" when user guess incorrectly. Homework: Inside the forever loop,Read More...

3 PM – Intro To Java

We continued enhancing Vehicle System Java FX application. We enabled search and filtering according to maker text field. We integrated VehicleSystem class into the JavaFX Homework: Inside the Controller.java, inside the searchRead More...

4 PM Scratch Level 2

Today we continued with the lesson on lists. We were able to finish most of the Mary had a Little Lamb project with lists. For Homework: Please make it so that allRead More...

5 PM – Intro To Python

We reviewed the "Tell Me Your Age" homework: https://www.ayclogic.com/tell-me-your-age/ We went over how to do List in Python. Homework: Aug1_ListHomework.py : Page 34, 35, 37 to 41

5 PM Scratch Level 2

Today we continued with the Glacier Race project. We were able to add in the gems as well as collisions for the cars. For Homework: Please do from pages 182-184 which addsRead More...

6 PM – Intro To Python

Homework Put the t.penup() and t.pendown() accordingly Make a robot using turtle module, do the body, neck, head, eyes and mouth