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:20190531T190000
DTEND;TZID=America/Los_Angeles:20190531T200000
DTSTAMP:20260501T000529
CREATED:20190602T023237Z
LAST-MODIFIED:20190602T023237Z
UID:1399-1559329200-1559332800@www.ayclogic.com
SUMMARY:7PM Python Level 2
DESCRIPTION:We reviewed homework:\n\nMade bird can go to the left and right depending on “direction” variable.\n\n\nWe enhanced Bird class:\n\nWe moved drawing bird to screen into inside Bird.update() function.\nWe moved switching bird costume into inside Bird.update() function.\n\n\n We enhanced Birdie.py:\n\nWe used “enemy_birds” List to simplify the code.\nWe used for loop to automate creation of the multiple birds.\nWe used random.randint(..\,..) to create random location of the birds.\n\n\nHomeworks:\n\nWhen adding more birds to “enemy_birds” variable\n\nUse modular to change direction of the bird whether it is 90 or 270.\n\n\nIn Birdie.py:\n\nadd “bird_images” variable and data type is List of String: ‘bird1’\, ‘bird2’\, ‘bird3’\, ‘bird4’
URL:https://www.ayclogic.com/event/7pm-python-level-2-9/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR