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:20200308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20201101T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200822T090000
DTEND;TZID=America/Los_Angeles:20200822T100000
DTSTAMP:20260503T082035
CREATED:20200822T190812Z
LAST-MODIFIED:20200822T190812Z
UID:4302-1598086800-1598090400@www.ayclogic.com
SUMMARY:9 AM - Python Game Development
DESCRIPTION:We continued to work through Bird class.\nWe integrated Bird class into main.py\nHomework:\n\nIn Bird __init__ function do the following\n\ncreate a list for all the bird images:\n\nassets/bird01_A.png\nassets/bird02_A.png\nassets/bird03_A.png\nassets/bird04_A.png\n\n\nUse random module to choose a different image everytime you create a bird.\nUse this random image to load.\n\n\nIf you do it properly when you restart the game after the code is done\, you should see a lot of different kind of birds spawning in the screen.
URL:https://www.ayclogic.com/event/9-am-python-game-development-17/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200822T110000
DTEND;TZID=America/Los_Angeles:20200822T120000
DTSTAMP:20260503T082035
CREATED:20200822T184125Z
LAST-MODIFIED:20200822T195318Z
UID:4294-1598094000-1598097600@www.ayclogic.com
SUMMARY:11 AM - Python Game Development - Gamas
DESCRIPTION:We completed Birdie game.\n\nWe added special fireball indicator\nWe added background music.\nWe added the birdie_title.png image on top of the Play button.\n\n\nHomework:\n\nreview the Birdie game codes and try to answer these questions\n\nHow to draw an image to the screen?\nHow flip an image horizontally and vertically?\nHow to resize an image?\nHow detect collision between sprites?\nHow does pygame.sprite.Group() works?\nIn Bird class\, it has update() function\, who calls this function?\nHow to delay something in pygame?\n\n\nStart thinking of what you want to make for your final project.
URL:https://www.ayclogic.com/event/11-am-python-game-development-19/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR