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:20260503T194430
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
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191109T150000
DTEND;TZID=America/Los_Angeles:20191109T160000
DTSTAMP:20260503T194430
CREATED:20191110T031019Z
LAST-MODIFIED:20191110T031019Z
UID:2431-1573311600-1573315200@www.ayclogic.com
SUMMARY:3 PM Python Game Development
DESCRIPTION:We went over how to use Pycharm in the class.\nWe went over how to display Blue Player or Orange Player win banner.\nHomework:\n\nMake Blue or Orange Player banner appear exactly in the middle.\nWhen banner appear\, stop the game.
URL:https://www.ayclogic.com/event/3-pm-python-game-development-15/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191109T160000
DTEND;TZID=America/Los_Angeles:20191109T170000
DTSTAMP:20260503T194430
CREATED:20191110T031334Z
LAST-MODIFIED:20191110T065013Z
UID:2433-1573315200-1573318800@www.ayclogic.com
SUMMARY:4 PM Python Game Development
DESCRIPTION:We went over the test level 1 result a little bit.\nWe went over the concept of Object Oriented Programming (OOP)\nWe went over how to create a class in Python.\nWe went over how to inherit a class in Python.\nHomework:\n\nCreate Bird class.\nCreate Flying Bird and Non Flying Bird classes which inherits from Bird class.\nCreate Eagle class which inherits from Flying Bird class.\nCreate Penguin class which inherits from Non Flying Bird class.\nDownload Python 3.7: http://www.ayclogic.com/python-installation-guide/\nDownload Pycharm: https://www.ayclogic.com/pycharm-setup-guide/
URL:https://www.ayclogic.com/event/4-pm-python-game-development/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191116T140000
DTEND;TZID=America/Los_Angeles:20191116T150000
DTSTAMP:20260503T194430
CREATED:20191117T041342Z
LAST-MODIFIED:20191117T041422Z
UID:2468-1573912800-1573916400@www.ayclogic.com
SUMMARY:2 PM Python Game Development Makeup
DESCRIPTION:We went over how to display the winning banner in the middle of the screen when one of the player wins.\nWe went over how to use Pycharm Python editor.\nWe restrict the movement of the player to be within the screen.
URL:https://www.ayclogic.com/event/2-pm-python-game-development-makeup/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191116T150000
DTEND;TZID=America/Los_Angeles:20191116T160000
DTSTAMP:20260503T194430
CREATED:20191117T042011Z
LAST-MODIFIED:20191117T042011Z
UID:2471-1573916400-1573920000@www.ayclogic.com
SUMMARY:3 PM Python Game Development
DESCRIPTION:We went over how to use the Pycharm python editor.\nWhen one of the players wins\, we hide the ball and paddle from the screen.\nWe restrict the movement of the player to be inside the screen.\nHomework:\n\nWhen one of the players wins\, play the “WellDone.ogg” audio file.\nIf you have not downloaded Python 3.7\, please do it and follow this instruction: http://www.ayclogic.com/python-installation-guide
URL:https://www.ayclogic.com/event/3-pm-python-game-development-16/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20191116T160000
DTEND;TZID=America/Los_Angeles:20191116T170000
DTSTAMP:20260503T194430
CREATED:20191117T042553Z
LAST-MODIFIED:20191117T042553Z
UID:2473-1573920000-1573923600@www.ayclogic.com
SUMMARY:4 PM Python Game Development
DESCRIPTION:We went over the homework of Object Oriented Programming (OOP)\n\nWe created Bird class.\nWe created FlyingBird class which inherits from Bird class.\nWe created NonFlyingBird class which inherits from Bird class.\nWe created SwimmingBird class which inherits from Bird class.\nWe went over how to override the implementation of the function of the parent class.\n\n\nWe downloaded Birdie project directory from google drive.\nHomework:\n\nPlease download Python 3.7\, follow this instruction: http://www.ayclogic.com/python-installation-guide\nPlease download PyCharm Python editor\, follow this instruction: https://www.ayclogic.com/pycharm-setup-guide/
URL:https://www.ayclogic.com/event/4-pm-python-game-development-2/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR