American Young Coder

AYC logo

10 AM – Intro To Java – Gamas

Homework Inside MonsterInheritance project, inside Monster.java, create a new method: doArrowDamage(int damage). Inside the method, reduce the monster's health. Inside MonsterSystem.java, when user attack monster with arrow, call this monster.doArrowDamage(...). Inside WaterGollem.java,Read More...

SAT 11 AM – Scratch 2 – Indo – Gamas

Homework Homework is due on Friday night. Please email the scratch project link to gamas@ayclogic.com. Continue on Cheese Chase. Create "You Win" banner sprite. When the score reach 60, finish the gameRead More...

11 AM – Scratch 1 – Abigail

What we did today We made it so when the mouse/dot touches an edge of the screen, they will say "Hi" or "Ouch". We added music in the backdrop when the blueRead More...

12 PM – Intro To Java – Gamas

Today We Do We finished SchoolApplication. We learned how to use Debugger in Pycharm We started learning Map and HashMap. Homework No homework next week.

1 PM – Python Game Development

Today: We went over the homework to add the shield powerup. We fixed the turret to point directly at the mouse by referencing the center of the turret. We went over theRead More...

2 PM – Intro To Python – Gamas

2 hours final test. I will announce the result in your email. If you get 70% or more on your overall grade, no class next week (02/05). If you don't get lessRead More...

2 PM Scratch Level 2 Alexander Lee

Today We Did: We started with the Spaceship 2.0 project. We were able to add in the Fireball sprite and shoot it. Also, we were able to create a Fireball Powerup whichRead More...

2PM – Intro to Python – Latisha

Today We Did: Finished working on Hangman Learned how to fix errors in Python Homework: Copy and paste code from Fix Python Bugs 2 inside a file called Jan29_FixingBugs2.py and try toRead More...

3 PM – Intro To Java – Gamas

Today We Do We continued with Jan22RestaurantSystem. We learned how to add Restaurant object into the restaurantList. We learned how to loop through each Restaurant object using for loop and print itsRead More...

3 PM – Scratch Level 2 – Allison

Today we: Continued the Fantastic Flower project Learned about "my blocks" Created a block "draw_flower" Learned how to use draw_flower to create flowers, as well as customize the amount of petals, petalRead More...

3pm Scratch Level 1 – Bill

Today We: Finished the Mary Had a Little Lamb project Started the Space Ship 1.0 project Made a copy of virtual snow for the stars Converted the snow to be stars ImportedRead More...

4:30 PM – Scratch Level 1

Today we: Learned about the coordinates on the edges and middle of the screen Learned how to use coordinates in Scratch to make a sprite move Learned how to use the penRead More...

5 PM – Intro To Java – Gamas

Homework Transfer Teacher.java from SchoolApplication to SAT-5PM-IntroToJava project. Similar to how we copy Student.java in the class. Inside Jan22_HashMap.java, add a new Map for Teacher: teacherMap. This should be very similar toRead More...

5 PM – Python OOP – David

What we did today: We reviewed dictionaries, covering key value pairs and how to loop through dictionaries. We also learned more about .keys() and .items() when using dictionaries We reviewed the shoppingRead More...

6 PM – Intro to Python – David

Today We: Learned about functions, what they do, and how to create them Learned function parameters and passing in arguments when calling functions Learned functions with a return value and without aRead More...