American Young Coder

AYC logo

9 AM – Python Game Development

We added Game Over page in Flappy Bird game. Homework: Add background music assets/audio/Happy Baby.wav to the game

10 AM – Intro To Java

We learned about ForLoop We learned about List Homework: There are 2 exercises in https://www.ayclogic.com/java-list-forloop/ Create a new Java file June5_ListForLoopHomework.java for the first problem. Create a new Java file June5_GameInventoryHomework.java forRead More...

12 PM – Advanced Python Game Development

We created Wall Explosion animation. We created Enemy Tank via inheritance Homework: Change main.py read_map() method to handle ENEMY_FLAG to create EnemyTank there. Create EnemyTurret class which inherits from Turret class. OverrideRead More...

1 PM – Python Game Development

We went over the homework to add the coin sprite. We modified the tube to use tube_height rather than pass in a y value. We randomized the height of the tube. WeRead More...

2 PM – Intro To Python

Homework: Create June5_ListHomework.py: Copy exercises from page 37 to 41 Do "TRY IT YOURSELF" from page 36 Create June5_ForLoopListHomework.py Page 52.

3 PM – Scratch Level 1

Today we: continued the Tunnel of Doom project learned more about variables and timers Homework: Create two more tunnel costumes for your Tunnel sprite each costume should be a different tunnel designRead More...

4PM – Intro to Python

Today we did: Worked on Hangman Subtract lives when user guesses wrong letter End game when user runs out of lives Begin working on when user guesses the right letter Learned aboutRead More...

5PM – OOP With Python

Today we did: Learned about Dictionaries Began working on Grocery Checkout System v2 Homework: Do pg. 92-95 from the textbook and TRY-IT-YOURSELF 6-3 on pg. 99 in a file called June5_DictionaryHomework.py IfRead More...

6 PM – Python Game Development

Homework: In main.py, change draw_big_text(self,x,y) method Add one more parameter: text Inside the method, instead of drawing "GAME OVER", draw according to "text" parameter Inside game_over_page(self), because we add one more parameter,Read More...