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:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230711T170000
DTEND;TZID=America/Los_Angeles:20230711T180000
DTSTAMP:20260425T094048
CREATED:20230712T010028Z
LAST-MODIFIED:20230712T010028Z
UID:20547-1689094800-1689098400@www.ayclogic.com
SUMMARY:5:00 PM – Python Object Oriented Programming – Sebastian
DESCRIPTION:Today We Did\n\nFinished Monster System\nFinally understood why we have unique classes for monsters like Dragon and Troll (so they can handle magic attacks differently)\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework however you’d like (you can just resubmit the original file from class)\, please submit by next Monday.\nHomework: Inside play_adventure method\, add logic to remove monsters from the monster dictionary\, or end the game for the player\na. After you perform the magic or sword attach (outside of their if statements!)\, check if the monster’s health is below 0. If it is\, then remove it and tell the player the monster exploded or something 😛 \nb. Right after the above code\, check if the player health is below 0. If it is\, we should let the user know that they ran out of health and the game is over. If you want to exit out of the entire program\, you can use exit()
URL:https://www.ayclogic.com/event/500-pm-python-object-oriented-programming-sebastian-12/
CATEGORIES:OOP Python,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230711T170000
DTEND;TZID=America/Los_Angeles:20230711T190000
DTSTAMP:20260425T094048
CREATED:20230712T022538Z
LAST-MODIFIED:20230712T022538Z
UID:20556-1689094800-1689102000@www.ayclogic.com
SUMMARY:5 PM - Intro to Java - William
DESCRIPTION:Today we did:\n\nWhile Loops\nRandom module\nMagic 8 Ball\nStarted Java Methods\n\nHomework:\n\nCreate new Java HW files:\n\nJuly11WhileLoopHW.java\n\nhttps://www.ayclogic.com/java-exercise-while-loop/\n\n\nJuly11Magic8BallHW.java \n\nhttps://www.ayclogic.com/intro-to-python/magic-8-ball/\n\n\n\n\nThe HW is due by Thursday night (July 13th). Please upload to your assigned Google Drive folders.\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230711T180000
DTEND;TZID=America/Los_Angeles:20230711T190000
DTSTAMP:20260425T094048
CREATED:20230712T005527Z
LAST-MODIFIED:20230712T021448Z
UID:20543-1689098400-1689102000@www.ayclogic.com
SUMMARY:6 PM – Intro To Python – Shawn
DESCRIPTION:Today We Did\n\nTurtle intro\n\nturtle.goto(x\, y) — move to particular spot on screen\nturtle.fill(color) — fill shape with color\nturtle.penup()\, turtle.pendown() — lift pen up and down\nturtle.color(color) — set color of outline\nturtle.bgcolor(color) — set background color\nturtle.speed(speed) — change speed of turtle\nmore commands: https://www.pythonsandbox.com/docs/turtle\n\n\nDrew first shape in following file: https://www.ayclogic.com/event/6-pm-intro-to-python-46/\nStarted on RobotBuilder\n\nCreated draw_rectangle() function\n\n\n\nHomework \n\nComplete the 3 other shapes into the file we started in class (Jul11_TurtleHomework.py).\n\nReference: https://www.ayclogic.com/event/6-pm-intro-to-python-46/\n\n\nComplete the legs\, the body\, the neck\, and the face of RobotBuilder\, in the same file (Jul11_RobotBuilder.py). Below is a picture for reference. Remember to start from the bottom\, and work your way to the top.\n\n \nIf you have questions\, feel free to email szhuang@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-shawn-22/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230711T180000
DTEND;TZID=America/Los_Angeles:20230711T190000
DTSTAMP:20260425T094048
CREATED:20230712T021041Z
LAST-MODIFIED:20230712T021041Z
UID:20550-1689098400-1689102000@www.ayclogic.com
SUMMARY:6 PM - Scratch 1 - Abigail
DESCRIPTION:What we did today\n\nWe finished working on the Spiralizer project.\nWe started working on the Window Cleaner project.\n\nHomework\n\nMake 3 more costumes for your Splat sprite.\nMake the last costume a little different from the other splats.\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-scratch-1-abigail-17/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230711T183000
DTEND;TZID=America/Los_Angeles:20230711T193000
DTSTAMP:20260425T094048
CREATED:20230712T025336Z
LAST-MODIFIED:20230712T025336Z
UID:20558-1689100200-1689103800@www.ayclogic.com
SUMMARY:6:30 PM - Scratch Level 2 - Sub Alex Lee
DESCRIPTION:Today We Did:\n\nWe continued with the Cheese Chase project by going over the homework and adding in the level banner and also you win/gameover banner\nDiscussed about the myblocks again and how to use it to shorten code\n\nFor Homework:\n\nDo from pages 56-57 adding in the ghost code that will chase the mouse while the game is playing.\nContact us if you have any questions about the code.
URL:https://www.ayclogic.com/event/630-pm-scratch-level-2-sub-alex-lee/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
END:VCALENDAR