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:20201216T190000
DTEND;TZID=America/Los_Angeles:20201216T200000
DTSTAMP:20260503T023315
CREATED:20201217T042435Z
LAST-MODIFIED:20201217T042924Z
UID:5547-1608145200-1608148800@www.ayclogic.com
SUMMARY:7PM - Python Game Development
DESCRIPTION:Today we finished setting up PyCharm and started the Birdie project from the Birdie Template.\nYour homework is to draw the blue “scene.png” as the background.\n\nInsert this line of code at the end of the __init__ method to load the “scene.png” image:\n\n\nself.background = pygame.image.load('assets/scene.png')\n\n\n\nThen insert this line of code inside the “game_loop” method after “pygame.display.flip()” to draw this blue “background” image onto the screen:\n\n\nself.screen.blit(self.background\, (0\, 0))\n\n\n\nWhen you’re done  you should see a blue window rather than a black window when you run by clicking the green triangle.
URL:https://www.ayclogic.com/event/7pm-python-game-development-2/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR