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:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210120T180000
DTEND;TZID=America/Los_Angeles:20210120T190000
DTSTAMP:20260429T163552
CREATED:20210123T042325Z
LAST-MODIFIED:20210123T042347Z
UID:6012-1611165600-1611169200@www.ayclogic.com
SUMMARY:6 PM - Intro To Python
DESCRIPTION:We reviewed Final Test for Intro To Python.\nNo homework for next week.\nNext week we are going to start Python Game Development class.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-45/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210120T190000
DTEND;TZID=America/Los_Angeles:20210120T200000
DTSTAMP:20260429T163552
CREATED:20210121T042818Z
LAST-MODIFIED:20210121T042818Z
UID:5994-1611169200-1611172800@www.ayclogic.com
SUMMARY:7 PM – Python Game Development
DESCRIPTION:We went over homework and finished adding delay to how often the bird is created and made the bird class select from one of the 4 different bird images.\nWe made the birds move at random speeds\nWe added logic to make the bird “flap” its wings by alternating between imageA and imageB.\nYou can find the code here.\nYour homework is to create a new “Cloud” sprite.\n\nYou should inherit Cloud from Sprite similar to how we created Bird.\nThe cloud should be created like Cloud(x\, y\, screen) or something similar.\nUse pygame.image.load to create an image to draw on the screen.\nDraw the cloud on the screen inside the “update” method using the “self.screen.blit” method.\nCreate one or more clouds and add them to a cloud_group sprite “Group”.  Then make sure to call the self.cloud_group.update() to draw the cloud(s) on the screen.
URL:https://www.ayclogic.com/event/7-pm-python-game-development-22/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR