American Young Coder

AYC logo

9 AM – Python Game Development

We made the Tube and the player collision detection. We went over how to use Find and Find In Files / Find in Path features in Pycharm to find codes quickly. Homework:Read More...

SAT – 10 AM – INDO – Bill Han – Scratch 1

Today We: Continued the Animal Race Project Class Project: https://scratch.mit.edu/projects/508042076/ Added a background Created the Dog sprite Created the Dog Start sprite Made the dog always go to the Dog Start spriteRead More...

10 AM – Python Game Development

We continued with Shoot Balloon project. We made the Target sprite to have lines We made collision detection between Target and Balloon. Homework: Delete the Balloon when it collide with Target onlyRead More...

10AM – Intro to Python

Today we did: Learned how to change direction a rectangle is drawn using setheading() Learned how to draw complex objects using functions Homework: Create a function called draw_face2(x,y) in March27_TurtleDrawingShapes.py that drawsRead More...

11 am Scratch Level 1

Today We: Continued the Fireworks Project Added the Animated American Flag Gif Added Text that fades in and fades out at the same time Finished the Fireworks Project Started Practicing for theRead More...

12 PM – Python Game Development

We continued with Shoot Balloon project We added Explode sprite. We added bugs Homework: Display the score on the top left corner Display the count down on the top right corner.

1 PM – Python Game Development

Handled collision between the player and birds (homework). We created a score attribute in the Player class to keep track of the score. We increased the score when the player kills birds.Read More...

3 PM – Scratch Level 1

Today we: continued the Birthday Card project reviewed last week's homework coded the cake and banner to hide when the Green Flag is clicked coded the cake and the banner to showRead More...

6 PM – Python Game Development

We fixed Giant Fireball spawn location. We display Giant Fireball Cooldown Indicator. And when the countdown went to negative number, we switched to "Giant Fireball Ready" text. Homework: Review all codes inRead More...