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:20210314T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20211107T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210227T090000
DTEND;TZID=America/Los_Angeles:20210227T100000
DTSTAMP:20260429T141057
CREATED:20210227T175755Z
LAST-MODIFIED:20210227T175755Z
UID:6435-1614416400-1614420000@www.ayclogic.com
SUMMARY:9 AM - Python Game Development
DESCRIPTION:Homework:\n\nSimilar to how you guys did the tube.py\, create player.py\nCreate Player class inside player.py\nLoad “Green duck #1-01.png” image file.\nIntegrate player.py into main.py\nFollow the steps in “Pygame Cheatsheet” google doc. And look at how you guys did it for tube.py.
URL:https://www.ayclogic.com/event/9-am-python-game-development-45/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210227T100000
DTEND;TZID=America/Los_Angeles:20210227T110000
DTSTAMP:20260429T141057
CREATED:20210227T192056Z
LAST-MODIFIED:20210227T192056Z
UID:6437-1614420000-1614423600@www.ayclogic.com
SUMMARY:10 AM - Python Game Development
DESCRIPTION:We made progress on the final project:\n\nWack-a-mole:\n\nWe made the mole able to attack or disappear after idle.\nWe made the hammer hitbox smaller.\n\n\nLava Jump:\n\nWe made the lava rise after the countdown goes down to 45 seconds.\nThe number of hearts on the screen is according to self.lives.\n\n\n\n\nHomework:\n\nContinue to make progress on final project.
URL:https://www.ayclogic.com/event/10-am-python-game-development-39/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210227T130000
DTEND;TZID=America/Los_Angeles:20210227T140000
DTSTAMP:20260429T141057
CREATED:20210227T221703Z
LAST-MODIFIED:20210227T221703Z
UID:6442-1614430800-1614434400@www.ayclogic.com
SUMMARY:1 PM - Python Game Development
DESCRIPTION:We went over the homework to add the Fireball class sprite.\nWe made the birds flap their wings.\nI’ve uploaded the source code here.\nYour homework is to create a new class for the “Player” sprite.\n\nMake a player appear on the screen.\nMake the player flap its wings using the same strategy we used to flap wings in Bird.  You need to use “player-1.png”\, “player-2.png”\, “player-3.png”\, and “player-4.png”.
URL:https://www.ayclogic.com/event/1-pm-python-game-development-12/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210227T150000
DTEND;TZID=America/Los_Angeles:20210227T170000
DTSTAMP:20260429T141057
CREATED:20210228T002847Z
LAST-MODIFIED:20210228T002920Z
UID:6456-1614438000-1614445200@www.ayclogic.com
SUMMARY:3 PM - 5 PM - Intro To Python
DESCRIPTION:Final Test 2 hours.\nWe will go over the Test result next week at 4 PM.
URL:https://www.ayclogic.com/event/3-pm-5-pm-intro-to-python/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210227T160000
DTEND;TZID=America/Los_Angeles:20210227T170000
DTSTAMP:20260429T141057
CREATED:20210228T021606Z
LAST-MODIFIED:20210228T021606Z
UID:6460-1614441600-1614445200@www.ayclogic.com
SUMMARY:4 PM - Introduction to Python - Nathaniel
DESCRIPTION:Today we went over:\n\nIfElse Homework 2\nHow to create and use lists\n\n\nHomework:\n\nHomework: P.36 3-1 and 3-2 (TRY IT YOURSELF)\nP.37-38\, P.39\, 41\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-4/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210227T170000
DTEND;TZID=America/Los_Angeles:20210227T180000
DTSTAMP:20260429T141057
CREATED:20210228T021857Z
LAST-MODIFIED:20210228T021857Z
UID:6462-1614445200-1614448800@www.ayclogic.com
SUMMARY:5 PM - Introduction to Python - Nathaniel
DESCRIPTION:Today we went over:\n\nHomework: TRY-IT-YOURSELF from the textbook\, pg 89 5-8\, pg 131 8-2 and pg 142 8-6\nQuiz 2 Review\n\n\nHomework:\n\nNo Homework\nPlease study for Quiz 2 which will take place on March 6\nPlease review files “Feb20_Quiz2Review.py” and “Feb27_Quiz2Review2.py”\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-4/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210227T180000
DTEND;TZID=America/Los_Angeles:20210227T190000
DTSTAMP:20260429T141057
CREATED:20210228T043452Z
LAST-MODIFIED:20210228T043452Z
UID:6466-1614448800-1614452400@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:We went over how to launch fireball using SPACE key.\nWe made sure the fireball launch from where the player location.\nWe made the player able to face left and right.\nWhen the bird is outside the screen\, we remove (kill()) the bird sprite because it is already outside the screen and cannot be seen anymore. If we don’t do this\, the game will run out of memory.\nHomework:\n\nWhen the player face left\, the fireball right now is still going to the RIGHT. Change the code so when we create the fireball\, we need to pass the player direction into the fireball.\nSimilar on how we removed the bird when it is outside the screen\, remove the cloud and the fireball when it is outside the screen.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-101/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210227T193000
DTEND;TZID=America/Los_Angeles:20210227T203000
DTSTAMP:20260429T141057
CREATED:20210228T043029Z
LAST-MODIFIED:20210228T043029Z
UID:6464-1614454200-1614457800@www.ayclogic.com
SUMMARY:7:30 PM - Python Game Development
DESCRIPTION:Makeup class for Nathan\nLook at homework in here https://www.ayclogic.com/event/7-pm-python-game-development-32/
URL:https://www.ayclogic.com/event/730-pm-python-game-development-2/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR