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:20191102T150000
DTEND;TZID=America/Los_Angeles:20191102T160000
DTSTAMP:20260503T211024
CREATED:20191103T022015Z
LAST-MODIFIED:20191103T022015Z
UID:2386-1572706800-1572710400@www.ayclogic.com
SUMMARY:3 PM Python Game Development
DESCRIPTION:We went over how to setup Pycharm. But failed to install Pygame. I will revisit this next week.\nWe made the bouncing of the ball with the paddle a little bit more random.\nWe also make sure that all the 3 sound effects were added properly.\n\nWhen the ball hit the paddle\, it should play the “bubbles.wav” sound effect.\nWhen the ball hit the left or right edge\, it should play the “blast.wav” sound effect.\nWhen the ball hit the top or bottom edge\, it should play the “plop.wav” sound effect.\n\n\nHomework:\n\nInside Pong.py\, init the __init__()\, add self.winning_score = 3\nWhenever the score of each player increase\, check if the player score is equal to the winning_score. If it does\, display “BluePlayerWin.png” or “OrangePlayerWin.png” banner depending on who wins the game.\nGet all the assets from the google drive.
URL:https://www.ayclogic.com/event/3-pm-python-game-development-14/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR