BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:American Young Coder
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:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210403T090000
DTEND;TZID=America/Los_Angeles:20210403T100000
DTSTAMP:20260429T093403
CREATED:20210403T183828Z
LAST-MODIFIED:20210403T183828Z
UID:6939-1617440400-1617444000@www.ayclogic.com
SUMMARY:9 AM - Python Game Development
DESCRIPTION:We made the Tube and the player collision detection.\nWe went over how to use Find and Find In Files / Find in Path features in Pycharm to find codes quickly.\nHomework:\n\nIf you are not done with last week homework\, finish it.
URL:https://www.ayclogic.com/event/9-am-python-game-development-50/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210403T100000
DTEND;TZID=America/Los_Angeles:20210403T110000
DTSTAMP:20260429T093403
CREATED:20210403T183443Z
LAST-MODIFIED:20210403T183443Z
UID:6937-1617444000-1617447600@www.ayclogic.com
SUMMARY:10 AM - Python Game Development
DESCRIPTION:We continued with Shoot Balloon project.\n\nWe made the Target sprite to have lines\nWe made collision detection between Target and Balloon.\n\n\nHomework:\n\nDelete the Balloon when it collide with Target only when user click the mouse.\nCreate a new sprite explode.py and use the “explode.png” as the image.\nMake the explode sprite appear on the screen whenever the Target and the Balloon collide.
URL:https://www.ayclogic.com/event/10-am-python-game-development-44/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210403T120000
DTEND;TZID=America/Los_Angeles:20210403T130000
DTSTAMP:20260429T093403
CREATED:20210410T184552Z
LAST-MODIFIED:20210410T184552Z
UID:7017-1617451200-1617454800@www.ayclogic.com
SUMMARY:12 PM - Python Game Development
DESCRIPTION:We continued with Shoot Balloon project\nWe added Explode sprite.\nWe added bugs\nHomework:\n\nDisplay the score on the top left corner\nDisplay the count down on the top right corner.
URL:https://www.ayclogic.com/event/12-pm-python-game-development-21/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210403T130000
DTEND;TZID=America/Los_Angeles:20210403T140000
DTSTAMP:20260429T093403
CREATED:20210403T210012Z
LAST-MODIFIED:20210403T214754Z
UID:6943-1617454800-1617458400@www.ayclogic.com
SUMMARY:1 PM - Python Game Development
DESCRIPTION:Handled collision between the player and birds (homework).\nWe created a score attribute in the Player class to keep track of the score.\nWe increased the score when the player kills birds.\nWe added a score indicator.\nI’ve uploaded the source code here and a recording here.\nHomework:\n\nMake killing faster birds give the player more points than killing slower birds. Hint: what changes did we make to change score when birds are killed.
URL:https://www.ayclogic.com/event/1-pm-python-game-development-17/
CATEGORIES:Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210403T160000
DTEND;TZID=America/Los_Angeles:20210403T170000
DTSTAMP:20260429T093403
CREATED:20210404T023444Z
LAST-MODIFIED:20210404T023444Z
UID:6951-1617465600-1617469200@www.ayclogic.com
SUMMARY:4 PM - Introduction to Python - Nathaniel Lee
DESCRIPTION:Today we went over:\n\nThe last while loop homework\nQuiz 1 Review\n\n\nHomework:\n\nStudy for Quiz 1 which will be next Saturday on April 10\, 2021\nReview the lecture notes and quiz review document\n\n\n\nIf you have any questions\, please feel free to email me at nathaniel@ayclogic.com!
URL:https://www.ayclogic.com/event/4-pm-introduction-to-python-nathaniel-lee-5/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210403T170000
DTEND;TZID=America/Los_Angeles:20210403T180000
DTSTAMP:20260429T093403
CREATED:20210404T023712Z
LAST-MODIFIED:20210405T022351Z
UID:6953-1617469200-1617472800@www.ayclogic.com
SUMMARY:5 PM - Introduction to Python - Nathaniel Lee
DESCRIPTION:Today we went over:\n\nHow to build the body\, arms\, and head of the robot using Turtle in Python\nHow to draw spirals by manipulating circles in Turtle\n\n\nHomework:\n\nReview the criteria for this class’ final project: https://www.ayclogic.com/intro-to-python-final-project-criteria/ \nReview past students’ final project proposals (proposal images can be seen below)\nReview past students’ final project videos (video can be found here: https://youtu.be/9SQ1KtubIKQ)\n\n\n\n\n\n\n  \nIf you have any questions\, please feel free to email me at nathaniel@ayclogic.com!
URL:https://www.ayclogic.com/event/5-pm-introduction-to-python-nathaniel-lee-3/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210403T180000
DTEND;TZID=America/Los_Angeles:20210403T190000
DTSTAMP:20260429T093403
CREATED:20210409T212645Z
LAST-MODIFIED:20210409T212645Z
UID:6998-1617472800-1617476400@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:We fixed Giant Fireball spawn location.\nWe display Giant Fireball Cooldown Indicator. And when the countdown went to negative number\, we switched to “Giant Fireball Ready” text.\nHomework:\n\nReview all codes in Birdie\, especially the following points\n\nHow to create a new Sprite. Look at bird.py\, cloud.py.\nHow to integrate a new Sprite into main.py.\nHow to detect collision between sprites.\nHow to load an image in pygame.\nHow to flip an image in pygame.\nHow to resize an image in pygame.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-116/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR