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:20190928T150000
DTEND;TZID=America/Los_Angeles:20190928T160000
DTSTAMP:20260504T000702
CREATED:20190928T215700Z
LAST-MODIFIED:20191005T192222Z
UID:2136-1569682800-1569686400@www.ayclogic.com
SUMMARY:3 PM Python Game Development
DESCRIPTION:We reviewed last week homework.\nWe reviewed Inheritance in Python.\nWe reviewed how making BouncingBall and Player classes inherits from Sprite would benefit the game making process. Especially handling of collision using pygame.sprite.groupcollide\nWe went over how to make the ball bounce when it hits the paddle.\nWe passed Pong class to BouncingBall class so we can call Pong.ball_hit_edge() when the ball hit either the left or right edge.\nHomework:\n\nWhen ball hit the left edge: increase the orange player score.\nWhen ball hit the right edge: increase the blue player score.
URL:https://www.ayclogic.com/event/3-pm-python-game-development-11/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR