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:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210114T180000
DTEND;TZID=America/Los_Angeles:20210114T190000
DTSTAMP:20260428T061305
CREATED:20210115T025856Z
LAST-MODIFIED:20210115T025856Z
UID:5907-1610647200-1610650800@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:1. We fixed the platformer door locked and exit problem\n2. We created project planning for final project. It is due on the end of January 2021.\n3. Homework: make progress on your final project according to the project planning.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-81/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210114T190000
DTEND;TZID=America/Los_Angeles:20210114T200000
DTSTAMP:20260428T061305
CREATED:20210115T042819Z
LAST-MODIFIED:20210115T042819Z
UID:5910-1610650800-1610654400@www.ayclogic.com
SUMMARY:7 PM - Python Game Development
DESCRIPTION:We made the player flaps its wings when moving right and left.\nHomework:\n\nYou need to make the player flaps its wing even when they are not moving left or right. To do this follow instructions below\nin player.py\, inside update() function\, you need to call either\nself.image = self.images_left[self.image_index]\n or  \nself.image = self.images_right[self.image_index]\n depending on self.direction. Hint you need to do IF statement
URL:https://www.ayclogic.com/event/7-pm-python-game-development-21/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR