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:20200411T100000
DTEND;TZID=America/Los_Angeles:20200411T110000
DTSTAMP:20260503T141601
CREATED:20200411T180917Z
LAST-MODIFIED:20200411T180917Z
UID:3259-1586599200-1586602800@www.ayclogic.com
SUMMARY:10 AM - Python Game Development
DESCRIPTION:We went over how to draw the second bird in Birdie project.\nWe started creating Bird class.\nHomework:\n\nAdd third bird (bird03_A.png and bird03_B.png) in main.py.\nMake the bird goes from right to left.
URL:https://www.ayclogic.com/event/10-am-python-game-development-8/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200411T160000
DTEND;TZID=America/Los_Angeles:20200411T170000
DTSTAMP:20260503T141601
CREATED:20200412T004046Z
LAST-MODIFIED:20200412T004046Z
UID:3267-1586620800-1586624400@www.ayclogic.com
SUMMARY:4 PM - Python Game Development
DESCRIPTION:We completed Birdie project.\nWe reviewed Birdie project.\n\nWe reviewed each character that you add in the project\, it needs to inherit from pygame.sprite.Sprite class.\nEach sprite will need to have update(self) function.\nThe order of the parameter for the collide detection has to be according to the order of sprite group that you pass.\n\n\nWe started FlappyDuck project.\n\nDownload all the assets from google drive.\nCreate Player class inside player.py class.\n\nLoad Green Duck 01.png file.\nscreen.blit the image in the update().\n\n\nRenamed the pygame_class_template.py (from the google drive) into main.py.\nInside the main.py\n\nCreate player_group and add player sprite into this group.\nIn the game_loop()\, call the player_group.update()
URL:https://www.ayclogic.com/event/4-pm-python-game-development-13/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR