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:20190901T130000
DTEND;TZID=America/Los_Angeles:20190901T140000
DTSTAMP:20260430T195709
CREATED:20190901T200641Z
LAST-MODIFIED:20190901T210740Z
UID:1964-1567342800-1567346400@www.ayclogic.com
SUMMARY:1 PM Python Game Development Makeup
DESCRIPTION:We reviewed homework last week.\nWe added hitbox for bird and bullet.\nWhen bullet hit the bird\, the bird will disappear.\nWe check if player hit the bird\, the player will print I die.\n Homework:\n\nIf you have not done so\, take a picture of your self and upload into Player class. Before you upload\, make sure you remove all the background section in your picture. https://firealpaca.com/\nIn Player class\, check if player collide with any of the bird\nAdd a new attribute in Player called “is_alive” .The beginning value of this attribute is True.\nWhen the Player collide with any of the bird\, set player is_alive to False.\nIn main.py\, add a condition to only call player.update with player.is_alive == True.
URL:https://www.ayclogic.com/event/1-pm-python-game-development-makeup/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR