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:20200308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20201101T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200808T110000
DTEND;TZID=America/Los_Angeles:20200808T120000
DTSTAMP:20260429T233534
CREATED:20200808T191833Z
LAST-MODIFIED:20200808T191833Z
UID:4165-1596884400-1596888000@www.ayclogic.com
SUMMARY:11 AM - Python Game Development
DESCRIPTION:we continued with Birdie project.\n\nWe made the game not automatically started when the program is run. Only the play button\, clouds and birds appear. But player is hidden.\nWe made the Play button appear on the middle of the screen.\nWe made the game start when user click anywhere above\, below and on top of the play button.\n\n\nHomework:\n\nMake the game start only when the user click on top of the play button.\nAdd a function “handle_player_bird_collision” function to detect collision between player and the bird similar to “handle_fireball_bird_collision” function. When player and bird collide\, the self.current_mode should be set to GAME_NOT_STARTED.
URL:https://www.ayclogic.com/event/11-am-python-game-development-16/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200808T130000
DTEND;TZID=America/Los_Angeles:20200808T140000
DTSTAMP:20260429T233534
CREATED:20200808T210715Z
LAST-MODIFIED:20200811T231822Z
UID:4167-1596891600-1596895200@www.ayclogic.com
SUMMARY:1 PM - Intro To Python
DESCRIPTION:We continued with Hangman game.\n\nWe learned how to loop through each element in the list via for loop using the list index.\nWe learned how to treat string as list.\nWe learned how to replace question mark inside the list with the user guessed letter.\n\n\nHomework:\n\nIn the hangman game\, when the user guess a letter correctly\, you need to update the question mark (“?”) with the right letter. For example\,\n\n\n['?'\,'?'\,'?']\n\nif the secret_word is "cat" and user enters "a" then you need to update "?" in the middle to be "a" like the following\n\n['?'\,'a'\,'?']\n\nIn order to do this\, you need to need to review what we did in Aug8_LoopingListForLoop.py. You need to put your code inside the function “update_clue(user_guessed_letter)”. This is the function that we did in the class. Last time in the class\, we did the following and you need to modify this function to replace the “?” from “clue” variable. Again you need to review what we did last week in “Aug8_LoopingListForLoop.py” file:\n\n\ndef update_clue(user_guessed_letter):\n    # You need to update the clue variable\n    pass
URL:https://www.ayclogic.com/event/1-pm-intro-to-python-14/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200808T170000
DTEND;TZID=America/Los_Angeles:20200808T180000
DTSTAMP:20260429T233534
CREATED:20200809T005932Z
LAST-MODIFIED:20200809T005932Z
UID:4171-1596906000-1596909600@www.ayclogic.com
SUMMARY:5 PM - Intro To Python
DESCRIPTION:Homework:\n\nCreate a file Aug8_ForLoopHomework.py\nPage 52.\nPage 56 “Try It Yourself”\, do only 4-1\nPage 58
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200808T180000
DTEND;TZID=America/Los_Angeles:20200808T190000
DTSTAMP:20260429T233534
CREATED:20200809T021512Z
LAST-MODIFIED:20200809T021512Z
UID:4177-1596909600-1596913200@www.ayclogic.com
SUMMARY:6 PM - Intro To Python
DESCRIPTION:We continued with drawing the multiple left arms and right arms.\nHomework:\n\nDraw the balloon and the string either on the right arm or left arm.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-24/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR