American Young Coder

AYC logo

9 AM – Indo – Intro to Java – Joel

Today we did: We started working on MonsterInheritance. Homework: Create the initializeMonsters method in the main class, and create objects of the monster classes you created (dragon, hydra, etc.). Then, add themRead More...

9 AM – Python OOP – Gamas

Today We Did We used dictionary in the grocery shopping cart program Homework copy "feb_8_robux_shopping_cart.py" into "mar_22_robux_shopping_cart_v2.py" Similar to grocery_shopping_cart_v2, utilize dictionaries inside robux shopping cart.

10 AM – Python Game Dev – Gamas

Today We Did We added explosion sprite disappearing after 3 seconds. We added bug and collision detection with player. When bug is killed, it will destroy all other good balloon on theRead More...

10 AM – Scratch 1 – Gamas

Today We Did We continued with Dino Dance project. We learned how to set direction so Dinosaur can move left, right, up and down. And we learned how to control dinosaur withRead More...

12 PM – USACO Bronze training – Gamas

Today We Did We started discussing logics and solution for Speeding ticket problem. https://usaco.org/index.php?page=viewproblem2&cpid=568 Homework finish speeding ticket problem. Look at https://docs.google.com/spreadsheets/d/1_TqAfE6jGwNp1UEuaJkq9POdmD6w1GRGlKRFtcwnVIY/edit?gid=0#gid=0  

5 PM – Python OOP – Daniel

What We Did Reviewed the homework, add new book and list all books methods Created two methods, find book by name and find book by id Homework Create a method list_all_old_books. ThisRead More...