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:20200308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20201101T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201212T090000
DTEND;TZID=America/Los_Angeles:20201212T100000
DTSTAMP:20260429T151645
CREATED:20201212T175454Z
LAST-MODIFIED:20201212T175454Z
UID:5470-1607763600-1607767200@www.ayclogic.com
SUMMARY:9 AM - Python Game Development
DESCRIPTION:We went over how to increase the score when the Fireball hit the bird.\n Homework:\n\nWhen the cloud goes off the screen\, kill the cloud. Look at how we did it in the bird.py.
URL:https://www.ayclogic.com/event/9-am-python-game-development-37/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201212T100000
DTEND;TZID=America/Los_Angeles:20201212T110000
DTSTAMP:20260429T151645
CREATED:20201212T185943Z
LAST-MODIFIED:20201212T185943Z
UID:5472-1607767200-1607770800@www.ayclogic.com
SUMMARY:10 AM - Python Game Development
DESCRIPTION:Homework:\n\nAdd “assets/audio/Happy Baby.wav”\nTo do your final project properly\, you need to be able to share your code project with your team members and me. In order to do that\, we need to use gitlab.\n\nPlease go here: https://gitlab.com/users/sign_up and create an account.\nPlease download the following git software\n\nGo to https://git-scm.com/\nClick the one that say Download 2.29.2 on the bottom right corner. It should look like this
URL:https://www.ayclogic.com/event/10-am-python-game-development-33/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201212T120000
DTEND;TZID=America/Los_Angeles:20201212T130000
DTSTAMP:20260429T151645
CREATED:20201212T210334Z
LAST-MODIFIED:20201212T210334Z
UID:5483-1607774400-1607778000@www.ayclogic.com
SUMMARY:12 PM - Python Game Development
DESCRIPTION:We went over how to add platforms into the game.\nWe learned how to push codes into gitlab\nHomework:\n\ninside main.py\, enhance create_platform() method to have all the platforms needed for the game.\ninside main.py load the rocks and trees images in the init() and blit these images in the game_loop() method.
URL:https://www.ayclogic.com/event/12-pm-python-game-development-10/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201212T130000
DTEND;TZID=America/Los_Angeles:20201212T140000
DTSTAMP:20260429T151645
CREATED:20201212T221036Z
LAST-MODIFIED:20201212T234000Z
UID:5485-1607778000-1607781600@www.ayclogic.com
SUMMARY:1 PM - Python Game Development
DESCRIPTION:We went over the classes homework.\nWe learned about inheritance and created a Student and Doctor class inheriting from Human.\nHomework:\n\nRead and do the examples and exercises from page 167 to page 169\nOnce you’re done with this\, download pycharm and python and then follow the instructions to install them.  Make sure to download the files before next class because sometimes it can take a while.\n\nInstall Python 3.7: https://www.ayclogic.com/python-installation-guide/\nInstall Pycharm: https://www.ayclogic.com/pycharm-setup-guide/
URL:https://www.ayclogic.com/event/1-pm-python-game-development-4/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201212T160000
DTEND;TZID=America/Los_Angeles:20201212T170000
DTSTAMP:20260429T151645
CREATED:20201213T003808Z
LAST-MODIFIED:20201215T030506Z
UID:5491-1607788800-1607792400@www.ayclogic.com
SUMMARY:4 PM - Intro To Python
DESCRIPTION:We completed Robot Builder project.\nWe started Drawing complex shapes.\nHomework:\n\nCreate a final project proposal in a piece of paper\n\nIt needs to have color.\nIt needs to combination of rectangle\, circle and polygon.\nthere needs to be some words.\nThere needs to be shapes where I can create function and call repeatedly with different coordinates.\nScan or take a picture and email it to gamas@ayclogic.com
URL:https://www.ayclogic.com/event/4-pm-intro-to-python-8/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201212T170000
DTEND;TZID=America/Los_Angeles:20201212T180000
DTSTAMP:20260429T151645
CREATED:20201213T021045Z
LAST-MODIFIED:20201213T021045Z
UID:5503-1607792400-1607796000@www.ayclogic.com
SUMMARY:5 PM - Introduction to Python
DESCRIPTION:Today we went over:\n\nThe While Loop homework (pgs. 121\, 123)\nAnnounced a quiz that will take place during class on 12/19\nAn overview of everything we’ve learned so far (can be found on google drive)\n\n\nHomework:\n\nNo homework\, just study for the quiz!\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-5/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20201212T180000
DTEND;TZID=America/Los_Angeles:20201212T190000
DTSTAMP:20260429T151645
CREATED:20201213T030027Z
LAST-MODIFIED:20201213T030027Z
UID:5505-1607796000-1607799600@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:We started Birdie project\n\nWe learned how to load an image into the memory\n\n\nself.bird = pygame.image.load("assets/bird01_A.png")\n\n\n\nWe learned how to draw an loaded image into the screen\n\n\nself.screen.blit(self.bird\, (0\,0))\n\n\n\nWe learned about Pygame coordinate system.\n\n\nHomework:\n\nMemorize how to load an image into the memory\nMemorize how to draw an image into the screen.\nMemorize the pygame coordinate system\nLoad bird02_A.png and draw it into the screen with coordinate X = -100\, y = -100.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-70/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR