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:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230727T160000
DTEND;TZID=America/Los_Angeles:20230727T170000
DTSTAMP:20260425T093733
CREATED:20230728T001522Z
LAST-MODIFIED:20230728T001522Z
UID:20838-1690473600-1690477200@www.ayclogic.com
SUMMARY:4 PM – Scratch 1 – Abigail
DESCRIPTION:What we did today\n\nModified each sprite to broadcast their note to play sound and move at the same time\nFinished 1st measure of Mary Had a Little Lamb\n\nHomework\n\nFinish the last 3 measures of Mary Had a Little Lamb\nMake sure to create/broadcast a new event for each measure 🙂\n\nIf you have any questions\, email me at abigail@ayclogic.com or williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/4-pm-scratch-1-abigail-22/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230727T180000
DTEND;TZID=America/Los_Angeles:20230727T190000
DTSTAMP:20260425T093733
CREATED:20230728T020423Z
LAST-MODIFIED:20230728T033847Z
UID:20842-1690480800-1690484400@www.ayclogic.com
SUMMARY:6 PM - Adv Python Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe added “region <region>” information on the screen for debugging purposes.\nWe added EnemyTwo class which inherits from Enemy class. This way we can override the self.images used for 2nd enemy type.\n\nHomework\n\nInside EnemyTwo.__init__(…) method\, you need to load images from “assets/images/monster-character-2d-sprites/PNG/2/2_enemies_1_RUN_00{id}.png” .\nAfter you do this\, inside main.py use EnemyTwo instead of Enemy class this way\, EnemyTwo images will be shown\n\n\n\n\nInside Enemy class\, add one more attribute self.health = 100\nInside Enemy class\, load the heart image (“assets/images/heart.png”)\nand display it next to the monster image. This is very similar to again Shoot Balloon “bad balloon” text but instead of text\, you want to blit the heart image.\nInside Enemy class\, blit the self.health next to heart image.\nLook at below screenshot for reference
URL:https://www.ayclogic.com/event/6-pm-adv-python-game-dev-gamas-2/
CATEGORIES:Advanced Python Game Development,Python Class
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230727T180000
DTEND;TZID=America/Los_Angeles:20230727T190000
DTSTAMP:20260425T093733
CREATED:20230728T022224Z
LAST-MODIFIED:20230728T022853Z
UID:20840-1690480800-1690484400@www.ayclogic.com
SUMMARY:6 PM - Intro to Python - Darin
DESCRIPTION:What We Did Today:\n\nReviewed homework for animal_list\, understanding how to use if statements inside of for loops (reviewing how to add items to a list)\nUnderstanding how to use for loop with the range() function\nUnderstanding that range() function only takes in an integer\nGet input from shell to specify how many times we want to loop\n\n  \nHomework:\n\nCreate python file named ForLoopRangeHW.py and when finished upload to google drive\nPage 56 try it yourself 4-1 and 4-2 (this is just a review of what we learnt already)\nPage 60 try it yourself 4-3 and 4-4\nEmail me at ddjapri@ayclogic.com if you have any questions\, especially for try it yourself 4-4 which can be confusing\n\nNote:\nFor the try it yourself 4-4\, you would have to start by creating an empty list and then using the .append method in a for loop of range 1 million \n  \n 
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-darin-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230727T183000
DTEND;TZID=America/Los_Angeles:20230727T193000
DTSTAMP:20260425T093733
CREATED:20230728T024539Z
LAST-MODIFIED:20230728T024539Z
UID:20848-1690482600-1690486200@www.ayclogic.com
SUMMARY:6:30 PM - Scratch Level 1 - Yitong
DESCRIPTION:Today we did:\n\nWe went over the homework for last week and we started the Mary Had a Little Lamb project.\n\nHomework:\n\nFinish the rest of the song by using the same process we did today (broadcast\, wait\, and separate the bars so that there are 4 lines in total).\nRemember that for a 1/8 note (the notes that are connected) the wait time is 0.5 seconds\, for a quarter note (the black note with only one line) the wait time is 1 second\, and for a half note (the note with only one line that is not filled in) the wait time is 2 seconds.\nYou can find the notes to the song here: https://www.ayclogic.com/project-resources/\nAfter you finish your homework in Scratch\, send an email to joel@ayclogic.com before Thursday. In that email\, write down your name and a link to your shared Scratch project homework. Make sure to share your Scratch project.\nIf you have any problems or questions\, feel free to ask me by sending an email to joel@ayclogic.com or gamas@ayclogic.com.
URL:https://www.ayclogic.com/event/630-pm-scratch-level-1-yitong/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230727T190000
DTEND;TZID=America/Los_Angeles:20230727T200000
DTSTAMP:20260425T093733
CREATED:20230728T030010Z
LAST-MODIFIED:20230728T030010Z
UID:20850-1690484400-1690488000@www.ayclogic.com
SUMMARY:7PM - Python Game Development - Latisha
DESCRIPTION:Today We Did\n\nContinued working on Flappy Duck Game\n\nHomework\n\nadd the credit button to the landing page. Do this in playbutton_and_title()\nStart thinking about what kind of game you want to make for your project. The teams are tentatively:\n\nTyler and Shanice\nNicholas and Justin\nJayden and Ezra\n\n\n\nIf you have any questions\, please send an email to latisha@ayclogic.com
URL:https://www.ayclogic.com/event/7pm-python-game-development-latisha-36/
END:VEVENT
END:VCALENDAR