BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
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:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240518T090000
DTEND;TZID=America/Los_Angeles:20240518T100000
DTSTAMP:20260426T153020
CREATED:20240518T025934Z
LAST-MODIFIED:20240518T025934Z
UID:25143-1716022800-1716026400@www.ayclogic.com
SUMMARY:SAT - 9 AM - Python Game Dev - Indo - Gamas
DESCRIPTION:Today We Did\n\nWe spawn one bird every one second.\nWe randomize the bird image.\nWe randomize the bird Y location.\n\nHomework\n\nSpawn one cloud every 2 seconds.\nRandomize all 3 cloud images being spawn.\nRandomize the cloud Y location.
URL:https://www.ayclogic.com/event/sat-9-am-python-game-dev-indo-gamas/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240518T100000
DTEND;TZID=America/Los_Angeles:20240518T110000
DTSTAMP:20260426T153020
CREATED:20240518T051258Z
LAST-MODIFIED:20240518T051258Z
UID:25145-1716026400-1716030000@www.ayclogic.com
SUMMARY:SAT - 9 AM - Indo - Python Game Development - Joel
DESCRIPTION:Today we did:\n\nWe continued working on the final project.\n\nHomework:\n\nFor Shoot Balloon\, make sure you create the collision function for the target and the balloon\, and inside the collision function\, if the user left-clicks (with the mouse)\, then the balloon will disappear.\nFor this\, you need to make sure that the hitboxes of both the target and balloon are working well. The balloon’s hitbox must not include the string\, so you can adjust the parameters of the rectangle (hitbox).\nCreate a Bug class. The bug can move from left to right only and should have a fixed speed that is fast. The bug will random spawn from the right or left side\, and the y-position of where it spawns is random.
URL:https://www.ayclogic.com/event/sat-9-am-indo-python-game-development-joel-3/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240518T103000
DTEND;TZID=America/Los_Angeles:20240518T113000
DTSTAMP:20260426T153020
CREATED:20240519T171957Z
LAST-MODIFIED:20240519T171957Z
UID:25162-1716028200-1716031800@www.ayclogic.com
SUMMARY:10:30 AM - Intro To Python - Bill
DESCRIPTION:Your HW:\n\nCreate a new function called convert_feet_to_inches\n\n1 Parameter: feet\nIt will return the number of inches in the parameter\, feet\n\nThere are 12 inches in 1 foot\ntotal # of inches = # of feet * 12\n\n\n\n\nTest this out by printing convert_feet_to_inches on the integer: 14182
URL:https://www.ayclogic.com/event/1030-am-intro-to-python-bill-18/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240518T113000
DTEND;TZID=America/Los_Angeles:20240518T123000
DTSTAMP:20260426T153020
CREATED:20240519T172108Z
LAST-MODIFIED:20240519T172108Z
UID:25164-1716031800-1716035400@www.ayclogic.com
SUMMARY:11:30 AM - Unity Game Development - Bill
DESCRIPTION:Your HW:\n\nAdd animations to the coin prefab\nUse all the frame images in the sprite sheet that has the coin images to get a very smooth animation
URL:https://www.ayclogic.com/event/1130-am-unity-game-development-bill-7/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240518T150000
DTEND;TZID=America/Los_Angeles:20240518T160000
DTSTAMP:20260426T153020
CREATED:20240604T204858Z
LAST-MODIFIED:20240604T204858Z
UID:25330-1716044400-1716048000@www.ayclogic.com
SUMMARY:3 PM – Intro to Python – Sebastian
DESCRIPTION:Quiz 1
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-42/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240518T180000
DTEND;TZID=America/Los_Angeles:20240518T190000
DTSTAMP:20260426T153020
CREATED:20240519T021255Z
LAST-MODIFIED:20240519T021255Z
UID:25153-1716055200-1716058800@www.ayclogic.com
SUMMARY:6 PM - Scratch 2 - Abigail
DESCRIPTION:What we did today\n\nWe started and finished the How Old are You project.\nWe started the Movie Ticket project.\n\nHomework\n\nFinish the three if statements.\n$5 ticket: 3-10\n$10 ticket: 11-59\nFree ticket: 2 and under\, 60 and greater.\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-scratch-2-abigail-8/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240518T183000
DTEND;TZID=America/Los_Angeles:20240518T193000
DTSTAMP:20260426T153020
CREATED:20240519T020350Z
LAST-MODIFIED:20240519T022245Z
UID:25154-1716057000-1716060600@www.ayclogic.com
SUMMARY:6:30 PM — Intro to Java — Shawn
DESCRIPTION:Today We Did\n\nMethods\n\nHomework\n\n\n\nCreate a new Java class <date>_MethodsHomework.java\nCreate a new method convertFromFahrenheitToCelcius. It has one parameter int fahrenheit. Inside the method\, it will convert fahrenheit parameter into celcius by using this formula (F − 32) × 5/9 = C . You have to return the result. This is very similar to what we did in the class with addFourNumbers method.\n\n\nCopy the content of May11_Magic8Ball.java into May18_Magic8BallOOP. Run it and make sure it is running properly.\n\nConvert this into OOP:\n\ncreate run() method.\nCopy all the code from main() into run() method.\nAnd call the run() from main(). Look at how we did it in the May18_TellMeYourAgeMethod.java\n\n\n\n\n\nIf you have any questions\, email me at szhuang@ayclogic.com
URL:https://www.ayclogic.com/event/630-pm-intro-to-java-shawn-2/
END:VEVENT
END:VCALENDAR