American Young Coder

AYC logo

9 AM – Python Game Development

Homework: When player moves, limit the player movement so it cannot move outside the screen. You need to do this inside the player.py on movement function Think about what is the XRead More...

10 AM – Python Game Development

Homework Play Happy Babby.wav background song when you start your program Make more progress on your final game: For platformer game, display the main player on the screen For wack-a-mole game, makeRead More...

10AM – Intro to Python

Today we Learned: How to make default parameters How to use randint() to get a random number Homework: Star Wars Problem Exercise 1, put it in a file called Nov14_StarWarsProblem.py List, Inputs,Read More...

11 am Scratch Level 1

Today We: Found the (x,y) points of the rectangle and octagon Learned how to draw the points onto scratch and use the broadcast message feature to tell the sprite to draw anotherRead More...

12 PM – Python Game Development

Homework When game is in GAME_OVER mode display the play button and a big GAME OVER text above the play button Look at how we did the score when trying to displayRead More...

3 PM – Intro To Java

Homework 1. Add more else if to handle all 2, 3, 4 topping selection 2. Ask user "Do you want more topping (y/n)? " 3. If user enter "n" break from theRead More...

3 PM Scratch Level 1

Today we were continuing with the Spaceship project. For Homework: There is no homework this week.

4 PM – Intro To Python

Next week is a 1 hour quiz, please review the following: 1. Functions: with and without return values. Function with parameter vs no parameter 2. Random module. 3. For loop, While loop.Read More...

4 PM Scratch Level 2

Today we were able to start the Fireball Fighting project and add in movement. No homework this week.

5 PM – Introduction to Python

Today we learned: Reviewed "Tell me your age" homework Discussed logical operators (<=, >, ==, etc) How to make lists How to use elements in a list by their index Homework: Pg.Read More...

6 PM – Python Game Development

Homework: 1. In your last week homework file, do page 167. 9-4 TRY IT YOURSELF. This is continuation of Restaurant class that you did last week. 2. Do page 168 in aRead More...