American Young Coder

AYC logo

9 AM – Python OOP – Gamas

Today We Did We introduced Python dictionary. Homework Copy codes from Page 92 to 97. Answer questions from Page 99 TRY IT YOURSELF. 6-1 and 6-2. https://www.ayclogic.com/phone-book-system/

10 AM – Python Game Dev – Gamas

Today We Did We added explode sprite. We added explode score. Homework Make the explode sprite disappear after 3 seconds. When balloon go off the screen, kill the balloon. Add the assets/balloon_title.pngRead More...

3:30 PM – Unity Game Development – Bill

Your HW: Make the player be able to jump Start designing some obstacle sets (duplicate some tile map grids, crop some of the spikes from one of the image sets)

4 PM – Adv Python Game Dev – Gamas

Today We Did We fixed the tank wall collision problem We added feature to destroy wall when projectile hit the wall. Homework Add projectile cooldown timer.