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:20211010T190000
DTEND;TZID=America/Los_Angeles:20211010T200000
DTSTAMP:20260424T142803
CREATED:20211011T030119Z
LAST-MODIFIED:20211011T030549Z
UID:9772-1633892400-1633896000@www.ayclogic.com
SUMMARY:7 PM - Python Game Development
DESCRIPTION:Today: \n\nWe went over the homework\nWe learned about sprites and added the bird sprite. I’ve uploaded the source code here.\n\nHomework: \n\nCreate a new file called “cloud.py” for the clouds that move across the screen.  You can use the cloud image “cloud1.png”.  Create a sprite class inside this file called “Cloud”\, and make sure it has these attributes:\n\nself.x\nself.y\nself.image\nself.screen\n\n\nAdd an update method to the Cloud class so that it can be drawn on the screen\nImport the Cloud class into main file\nCreate a self.cloud attribute inside the Birdie __init__ method.\nCall the self.cloud.update() method inside the game_loop method to draw the cloud on the screen.\nMake sure the cloud moves toward the left.
URL:https://www.ayclogic.com/event/7-pm-python-game-development-86/
CATEGORIES:Python Game Development
END:VEVENT
END:VCALENDAR