American Young Coder

AYC logo

9 AM – Python Game Development

We completed Birdie game Homework: Review Birdie codes, especially the part where we create new sprite and how to integrate into main.py Review the code where we do collision detection.

10 AM – Python Game Development

We went over Lava Jump (platformer game) bug fixes. We went over the Whack-a-mole bug fixes. Homework: Make progress with your final projects.

10AM – Intro to Python

Today we did: Took Quiz 2 Homework: None If you have any questions, please send an email to latisha@ayclogic.com

11 am Scratch Level 1

Today we: Continued the Window Cleaner Project Added Difficulty for the game Added Video motion to the game Made it so that you have to Video motion over the splat multiple timesRead More...

12 PM – Python Game Development

We went over how to create ladder.py We went over how to optimize preloading of images into memory once. Homework: Continue making progress on your final project according to project planning inRead More...

1 PM – Python Game Development

We went over the homework to add the "create_bird" method which spawns a lot of birds. We reviewed the Bird sprite. We moved the constants into a new file called "config.py" andRead More...

3 PM – Scratch Level 1

We started Funny Faces project from page 70. Homework: Create a new Sprite by clicking "Paint" button and draw hairs and put the sprite on top of the "Face" sprite. This oneRead More...

3 PM Scratch Level 2

Today we were able to learn about Lists and how to use them. For Homework: Please attempt to use an if else, so that when it reaches the second index instead ofRead More...

4 PM – Intro To Python – Gamas

We completed Supermarket program. Homework: Create a similar program, Robux Balance, that will do the like example below. Don't worry about feature "4 Add more Robux". We will do this together inRead More...

4 PM – Intro to Python – Nate

Today we went over: Variables Data Types (strings, booleans, floats, integers) Arithmetic operators Homework: Python Crash Course pages 20-23 If you do not have the book, the pages will be uploaded toRead More...

5 PM – Introduction to Python

Today we went over: Magic8Ball homework Hangman.py the len() function for strings, how to determine whether or not a string contains a character, replacing list elements. Homework: Review Jan30_HangMan.py If you haveRead More...

6 PM – Python Game Development

We went over how to make the cloud appear from left and right of the screen. We made sure the cloud glides in nicely into the screen. We made the bird faceRead More...