BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:American Young Coder
X-ORIGINAL-URL:https://www.ayclogic.com
X-WR-CALDESC:Events for American Young Coder
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:20250309T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20251102T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250322T090000
DTEND;TZID=America/Los_Angeles:20250322T100000
DTSTAMP:20260514T131254
CREATED:20250322T042449Z
LAST-MODIFIED:20250322T042449Z
UID:28452-1742634000-1742637600@www.ayclogic.com
SUMMARY:9 AM - Indo - Intro to Java - Joel
DESCRIPTION:Today we did:\n\nWe started working on MonsterInheritance.\n\nHomework:\n\nCreate the initializeMonsters method in the main class\, and create objects of the monster classes you created (dragon\, hydra\, etc.). Then\, add them to the monsterMap (child classes can be added to the map that has the parent class as the datatype). Don’t forget to call it in the run method outside of the while loop.
URL:https://www.ayclogic.com/event/9-am-indo-intro-to-java-joel-2/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250322T090000
DTEND;TZID=America/Los_Angeles:20250322T100000
DTSTAMP:20260514T131254
CREATED:20250322T165855Z
LAST-MODIFIED:20250322T165855Z
UID:28461-1742634000-1742637600@www.ayclogic.com
SUMMARY:9 AM - Python OOP - Gamas
DESCRIPTION:Today We Did\n\nWe used dictionary in the grocery shopping cart program\n\nHomework\n\ncopy “feb_8_robux_shopping_cart.py” into “mar_22_robux_shopping_cart_v2.py”\nSimilar to grocery_shopping_cart_v2\, utilize dictionaries inside robux shopping cart.
URL:https://www.ayclogic.com/event/9-am-python-oop-gamas-3/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250322T100000
DTEND;TZID=America/Los_Angeles:20250322T110000
DTSTAMP:20260514T131254
CREATED:20250322T040211Z
LAST-MODIFIED:20250322T040211Z
UID:28447-1742637600-1742641200@www.ayclogic.com
SUMMARY:10 AM - Python Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe added explosion sprite disappearing after 3 seconds.\nWe added bug and collision detection with player.\nWhen bug is killed\, it will destroy all other good balloon on the screen.\n\nHomework\n\nAdd count down on screen. This is very similar to count down in Flappy Bird.\nWhen you kill the bug\, make the bug fall down. This is very similar in player in Flappy Bird.
URL:https://www.ayclogic.com/event/10-am-python-game-dev-gamas-6/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250322T100000
DTEND;TZID=America/Los_Angeles:20250322T110000
DTSTAMP:20260514T131254
CREATED:20250322T183019Z
LAST-MODIFIED:20250322T183019Z
UID:28463-1742637600-1742641200@www.ayclogic.com
SUMMARY:10 AM - Scratch 1 - Gamas
DESCRIPTION:Today We Did\n\nWe continued with Dino Dance project.\nWe learned how to set direction so Dinosaur can move left\, right\, up and down. And we learned how to control dinosaur with certain keyboard keys.\n\nHomework\n\nInside the existing “Mar 8 Dino Dance” scratch project\, change the Ballerina character to do more movement according to pink book page 45. Do the homework in the existing project that we did in the class
URL:https://www.ayclogic.com/event/10-am-scratch-1-gamas-3/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250322T120000
DTEND;TZID=America/Los_Angeles:20250322T130000
DTSTAMP:20260514T131254
CREATED:20250322T200732Z
LAST-MODIFIED:20250322T200732Z
UID:28465-1742644800-1742648400@www.ayclogic.com
SUMMARY:12 PM - USACO Bronze training - Gamas
DESCRIPTION:Today We Did\n\nWe started discussing logics and solution for Speeding ticket problem. https://usaco.org/index.php?page=viewproblem2&cpid=568\n\nHomework\n\nfinish speeding ticket problem. Look at https://docs.google.com/spreadsheets/d/1_TqAfE6jGwNp1UEuaJkq9POdmD6w1GRGlKRFtcwnVIY/edit?gid=0#gid=0\n\n 
URL:https://www.ayclogic.com/event/12-pm-usaco-bronze-training-gamas/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250322T163000
DTEND;TZID=America/Los_Angeles:20250322T173000
DTSTAMP:20260514T131254
CREATED:20250325T045823Z
LAST-MODIFIED:20250325T045823Z
UID:28479-1742661000-1742664600@www.ayclogic.com
SUMMARY:3:30 PM - Unity Game Development - Bill
DESCRIPTION:Your HW:\n\nContinue to work on your project\n\nSave sets of terrain and obstacles into the resources folder\nLoad those instead of looping terrain
URL:https://www.ayclogic.com/event/330-pm-unity-game-development-bill-3/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20250322T170000
DTEND;TZID=America/Los_Angeles:20250322T180000
DTSTAMP:20260514T131254
CREATED:20250323T010043Z
LAST-MODIFIED:20250323T010043Z
UID:28468-1742662800-1742666400@www.ayclogic.com
SUMMARY:5 PM – Python OOP – Daniel
DESCRIPTION:What We Did\n\nReviewed the homework\, add new book and list all books methods\nCreated two methods\, find book by name and find book by id\n\nHomework\n\nCreate a method list_all_old_books. This method should print out the information for all books that have a publish year earlier than 1800.\nIf you have any questions\, email me at dmeng@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-python-oop-daniel-6/
END:VEVENT
END:VCALENDAR