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:20190310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20191103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190524T180000
DTEND;TZID=America/Los_Angeles:20190524T190000
DTSTAMP:20260501T013809
CREATED:20190525T045545Z
LAST-MODIFIED:20190531T233037Z
UID:1343-1558720800-1558724400@www.ayclogic.com
SUMMARY:7PM Python Level 2
DESCRIPTION:We went over the concept of Object Oriented Language by introducing the concept of Class.\n\nWe created a class called Bird. The Bird class has the following properties:\n\nx and y coordinates\nsize\ndirection\nimageA\nimageB\nupdate()\nnext_costume()\n\n\nWe converted the regular Bird code to a simpler code by using Bird class.\n\n\nHomework:\n\nChange Bird class to be able to make the bird do the following\n\nwhen direction is 90\, make the bird move to the right.\nwhen direction is 270\, make the bird move to the left\nIn the constructor or __init__()\, do the following\n\n\nif direction == 270:\n   self.imageA = pygame.transform.flip(self.imageA\, True\, False)\n   self.imageB = pygame.transform.flip(self.imageB\, True\, False)
URL:https://www.ayclogic.com/event/7pm-python-level-2-8/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR