American Young Coder

AYC logo

9 AM – Python Game Development

We went over how to kill the sprite when it is off the screen. We learn how to detect collission between Bird and fireball. Homework: Detect collision between Bird and Player. WhenRead More...

10 AM – Python Game Development

Homework: In the main.py inside game_loop() do the following If self.count_down <= 0 then change the game mode to GAME_WIN. If game mode is GAME_WIN display GAME_WIN page by calling game_win_page() function.Read More...

10AM – Intro to Python

Today we did: Went over Star Wars Homework Completed Magic 8 Ball using random.randint() Homework: in Dec5_Magic8BallHomework, write a Magic8Ball program, but instead of using random.randint, use random.choice. If you have anyRead More...

11 am Scratch Level 1

Today We: Finished the Face project Gave the face Sunglasses Started the Christmas card project Added in a custom background, song and Christmas tree Added a banner Made the background switch andRead More...

12 PM – Python Game Development

Homework: Create platform.py Load "assets/images/PNG/platform1-1.png" image inside platform.py. Integrate platform.py into main.py and display one platform on the screen.

1 PM – Python Game Development

We went over the dictionaries homework We learned about classes and objects in python and created a class representing a Human and Student Your homework is to read and do the examplesRead More...

2 PM – Intro To Java

Next meeting (12/12) is Final Test from 2 PM to 4 PM. Please study the following: Variables: String, int, float. IF, ELSE IF, ELSE statements. How to get input from shell usingRead More...

3 PM Scratch Level 2

Today we were able to start the Christmas Card and add in the tree, arrows, snow, and marquee. For Homework: Please switch the backdrop when the tree is clicked and show theRead More...

3 PM – Scratch Level 1

Today we started the Dino Dance project Homework: Follow the codes from pg. 41-42 from the book

4 PM Scratch Level 2

Today we were able to start on the Christmas Card project. For Homework: Add in two arrows that are pointing at the Christmas tree. The christmas tree should be changing colors. WhenRead More...

4 PM – Intro To Python

Homework: Continue with the Dec5_robot_builder.py. Draw the mouth, neck, body and legs and feet like the following'

5PM – Introduction to Python

Today we went over: The For Loop homework (pgs. 52, 57, 58) Using lists with for loops, using conditional statements (if/elif/else) within for loops An introduction to while loops, how they work,Read More...