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:20210101T190000
DTEND;TZID=America/Los_Angeles:20210101T200000
DTSTAMP:20260429T135056
CREATED:20210102T025743Z
LAST-MODIFIED:20210102T025743Z
UID:5741-1609527600-1609531200@www.ayclogic.com
SUMMARY:7 PM - Intro To Python
DESCRIPTION:We went over variables and data types\nWe went over how to combine string together.\nHomework:\n\nCreate a new python file called Jan1_StringHomework.py and do all the codes from page 20 to 23.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-15/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210103T150000
DTEND;TZID=America/Los_Angeles:20210103T160000
DTSTAMP:20260429T135056
CREATED:20210103T234700Z
LAST-MODIFIED:20210103T234700Z
UID:5743-1609686000-1609689600@www.ayclogic.com
SUMMARY:3 PM - Intro to Python Catch-up
DESCRIPTION:Today we did:\n\nQuiz 1\n\n\nHomework:\n\nNo homework!\n\n\n\nIf you have any questions\, please feel free to email me at nathaniel@ayclogic.com!
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-catch-up/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210105T180000
DTEND;TZID=America/Los_Angeles:20210105T190000
DTSTAMP:20260429T135056
CREATED:20210108T041525Z
LAST-MODIFIED:20210108T041525Z
UID:5801-1609869600-1609873200@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:We reinstalled gitlab ssh key in student computer\,\nWe fixed the gravity and jump feature in the Platformer run game.\nHomework:\n\nIn the platformer game\, add the rings\, the keys and more enemy.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-77/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210106T180000
DTEND;TZID=America/Los_Angeles:20210106T190000
DTSTAMP:20260429T135056
CREATED:20210109T043145Z
LAST-MODIFIED:20210109T043145Z
UID:5830-1609956000-1609959600@www.ayclogic.com
SUMMARY:6 PM - Intro To Python
DESCRIPTION:We completed Shopping Cart program\nNext week is the final test for this class. The final test is going to take 2 hours. It will start from 5 PM to 7 PM. All Python files we have done in the class is available in the class shared google drive: click here\nPlease study the following:\n\nDec23_Supermarket.py\nYour turtle final project. How to draw a complex shapes using combination of circles and rectangles.\nWhile loops\, for loop.\nList\, how to go through each element inside the list. How to add a new element to the list using append.\nRandom module.\nFunctions: Function with return and without return value.\nIF ELSE.\nString functions: title()\, upper()\, lower()\, strip()
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-44/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210106T190000
DTEND;TZID=America/Los_Angeles:20210106T200000
DTSTAMP:20260429T135056
CREATED:20210107T050427Z
LAST-MODIFIED:20210107T051054Z
UID:5788-1609959600-1609963200@www.ayclogic.com
SUMMARY:7 PM - Python Game Development
DESCRIPTION:Today we went over the homework to move bird2 down and to the right.\nWe reviewed the code we had written so far and created a bird3.\nWe started implementing a Bird sprite.\nHomework:\n\nReview the code we’ve written so far\nGet the sprite working.  Hint: you need to modify the Bird class to inherit from the Sprite\, you can look at the other examples of inheritance.\n\n\nPlease also email me\, “chet@ayclogic.com” a photo with your Intro To Python certificate or get ready for a screenshot next class.
URL:https://www.ayclogic.com/event/7-pm-python-game-development-18/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210107T180000
DTEND;TZID=America/Los_Angeles:20210107T190000
DTSTAMP:20260429T135056
CREATED:20210108T043008Z
LAST-MODIFIED:20210108T043008Z
UID:5803-1610042400-1610046000@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:We discussed Platformer Runner Game final project.\nWe continued with Balloon Shooting project.\nHomework:\n\nAdd the ladders on the game. Push the code to gitlab.\nAdd the closed door and add a logic if user touch the closed door\, it will open the door.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-78/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210107T190000
DTEND;TZID=America/Los_Angeles:20210107T200000
DTSTAMP:20260429T135056
CREATED:20210108T040209Z
LAST-MODIFIED:20210108T040209Z
UID:5799-1610046000-1610049600@www.ayclogic.com
SUMMARY:7 PM - Python Game Development
DESCRIPTION:We were able to optimize the game by killing the bird and the fireball when it is outside of the screen.\nWe restricted the player from going outside the screen from the right side of the screen.\nHomework:\n\nKill the cloud when it is outside of the screen. Look at how we did it on the fireball and bird\, but be careful that the cloud that is going to the RIGHT spawn outside the screen and you don’t want to kill this one.\nRestrict the player from going to the top of the screen\, bottom of the screen and to the right of the screen.
URL:https://www.ayclogic.com/event/7-pm-python-game-development-19/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210108T180000
DTEND;TZID=America/Los_Angeles:20210108T190000
DTSTAMP:20260429T135056
CREATED:20210109T041457Z
LAST-MODIFIED:20210109T041457Z
UID:5827-1610128800-1610132400@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:We went over how to reset the player position\, score and fall speed when user died and user press play button.\nWhen the duck collide with coins\, play “collect” sound effect.\nWe went over how create a timer.\nHomework:\n\ncopy plov.wav audio file from Birdie project assets folder into Flappy Duck project assets/audio folder.\nWhen the duck collide with the tube\, play this sound effect.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-79/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210108T190000
DTEND;TZID=America/Los_Angeles:20210108T200000
DTSTAMP:20260429T135056
CREATED:20210109T040712Z
LAST-MODIFIED:20210109T040712Z
UID:5825-1610132400-1610136000@www.ayclogic.com
SUMMARY:7 PM - Intro To Python
DESCRIPTION:We went over String homework\nHomework:\n\nCreate the file in Jan8_IFELSEHomework.py\nFrom the book do the coding exercises from page 79 to 82
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-16/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210109T090000
DTEND;TZID=America/Los_Angeles:20210109T100000
DTSTAMP:20260429T135056
CREATED:20210109T195805Z
LAST-MODIFIED:20210109T195805Z
UID:5834-1610182800-1610186400@www.ayclogic.com
SUMMARY:9 AM - Python Game Development
DESCRIPTION:We continued with Birdie project\nWe detected mouse coordinate so we can check if user click on top of the mouse.\nAssisted a couple of students with their Python and Pycharm settings.\nHomework:\n\nWe did check mouse_x position according to play_button x coordinate when user click on the mouse to start the game.\nCheck mouse_y position according to play_button y coordinate to start the game.
URL:https://www.ayclogic.com/event/9-am-python-game-development-39/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210109T100000
DTEND;TZID=America/Los_Angeles:20210109T110000
DTSTAMP:20260429T135056
CREATED:20210109T200011Z
LAST-MODIFIED:20210109T200011Z
UID:5836-1610186400-1610190000@www.ayclogic.com
SUMMARY:10 - Python Game Development
DESCRIPTION:We did project planning for both group for their final projects.\nThe final project is due on March 13.\nHomework:\n\nComplete project planning on the proposal document. I want to see what can be accomplished every week from today all the way to March 13.\nMake some progress on your final project according to the project plan.
URL:https://www.ayclogic.com/event/10-python-game-development/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210109T120000
DTEND;TZID=America/Los_Angeles:20210109T130000
DTSTAMP:20260429T135056
CREATED:20210110T011751Z
LAST-MODIFIED:20210110T011751Z
UID:5848-1610193600-1610197200@www.ayclogic.com
SUMMARY:12 PM - Python Game Development
DESCRIPTION:We continued discussing about the final project.\nWe started with Shoot Balloon project.\nHomework:\n\nComplete your Final Project – project planning. I want to see what you can accomplish every week. The more details and specific you can add\, the better. The final project is due March 13.\nMake progress on your final project according to final project -project planning.
URL:https://www.ayclogic.com/event/12-pm-python-game-development-12/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210109T130000
DTEND;TZID=America/Los_Angeles:20210109T140000
DTSTAMP:20260429T135056
CREATED:20210109T221606Z
LAST-MODIFIED:20210110T014808Z
UID:5840-1610197200-1610200800@www.ayclogic.com
SUMMARY:1 PM - Python Game Development
DESCRIPTION:Today we finished setting up the Birdie project and configured it to work with python and installed the pygame library.\nWe read through the initial code and modified it to draw the blue background.\nYour homework is to draw a Bird and the blue background.\n\nYou need this line of code to load the bird image:\n\n\nself.bird1 = pygame.image.load('assets/bird01_A.png')\n\n\n\nYou need this line of code to “draw” this image over the blue background:\n\n\nself.screen.blit(self.bird1\, (0\, 0))\n\n\n\n\n\nYou can find the “src” files from today here.
URL:https://www.ayclogic.com/event/1-pm-python-game-development-6/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210109T160000
DTEND;TZID=America/Los_Angeles:20210109T170000
DTSTAMP:20260429T135056
CREATED:20210110T010958Z
LAST-MODIFIED:20210110T010958Z
UID:5846-1610208000-1610211600@www.ayclogic.com
SUMMARY:4 PM - Intro To Python
DESCRIPTION:We discussed about final project.\nWe started Kaleido Spiral project.\nHomework:\n\ncontinued with your final project\, please email me your python final project file to gamas@ayclogic.com. Final project is due on January 23rd.
URL:https://www.ayclogic.com/event/4-pm-intro-to-python-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210109T170000
DTEND;TZID=America/Los_Angeles:20210109T180000
DTSTAMP:20260429T135056
CREATED:20210110T021454Z
LAST-MODIFIED:20210110T021454Z
UID:5851-1610211600-1610215200@www.ayclogic.com
SUMMARY:5 PM - Introduction to Python
DESCRIPTION:Today we went over:\n\nQuiz 1A\nIntro to functions with and without return values\n\n\nHomework:\n\nPages 130 to 133\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-7/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210109T180000
DTEND;TZID=America/Los_Angeles:20210109T190000
DTSTAMP:20260429T135056
CREATED:20210110T031407Z
LAST-MODIFIED:20210110T031407Z
UID:5853-1610215200-1610218800@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:We completed bird.py where we created Bird class which inherits from Sprite.\nHomework:\n\nReview the codes as I am going to ask these questions next week.\n\nReview Bird.__init__(…) . Try to understand how and where we use this __init__ function.\nReview the code inside main.py\n\nReview self.bird_group\nReview how to add bird into self.bird_group\nReview self.bird_group.update()
URL:https://www.ayclogic.com/event/6-pm-python-game-development-80/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210113T170000
DTEND;TZID=America/Los_Angeles:20210113T190000
DTSTAMP:20260429T135056
CREATED:20210117T031827Z
LAST-MODIFIED:20210117T031827Z
UID:5948-1610557200-1610564400@www.ayclogic.com
SUMMARY:5 to 7 PM - Intro To Python
DESCRIPTION:We had 2 hours final test from 5 PM to 7 PM.
URL:https://www.ayclogic.com/event/5-to-7-pm-intro-to-python/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210113T190000
DTEND;TZID=America/Los_Angeles:20210113T200000
DTSTAMP:20260429T135056
CREATED:20210114T062330Z
LAST-MODIFIED:20210114T062330Z
UID:5905-1610564400-1610568000@www.ayclogic.com
SUMMARY:7 PM – Python Game Development
DESCRIPTION:We went over the homework and finished adding the “Bird” class.\nWe modified “Bird” to move and added a Birdie method to create an additional Bird at a random location.\nWe refactored the configurations/constants to a “config.py” file.\nWe implemented a technique to slow down the number of birds created by spawning a new bird after 40 frames.\nYou can find the current project files here.\nHomework:\n\nReset the `bird_creation_timer` to the original value after creating a new bird\, so that a new bird is created about once every second.\nWe currently are only loading one bird image every time a bird is created.  Instead\, select a random bird image using random.choice.  First create a list of possible bird filenames.  Then use random.choice to pick a random name and then load it when a new bird is created.
URL:https://www.ayclogic.com/event/7-pm-python-game-development-20/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210114T180000
DTEND;TZID=America/Los_Angeles:20210114T190000
DTSTAMP:20260429T135056
CREATED:20210115T025856Z
LAST-MODIFIED:20210115T025856Z
UID:5907-1610647200-1610650800@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:1. We fixed the platformer door locked and exit problem\n2. We created project planning for final project. It is due on the end of January 2021.\n3. Homework: make progress on your final project according to the project planning.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-81/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210114T190000
DTEND;TZID=America/Los_Angeles:20210114T200000
DTSTAMP:20260429T135056
CREATED:20210115T042819Z
LAST-MODIFIED:20210115T042819Z
UID:5910-1610650800-1610654400@www.ayclogic.com
SUMMARY:7 PM - Python Game Development
DESCRIPTION:We made the player flaps its wings when moving right and left.\nHomework:\n\nYou need to make the player flaps its wing even when they are not moving left or right. To do this follow instructions below\nin player.py\, inside update() function\, you need to call either\nself.image = self.images_left[self.image_index]\n or  \nself.image = self.images_right[self.image_index]\n depending on self.direction. Hint you need to do IF statement
URL:https://www.ayclogic.com/event/7-pm-python-game-development-21/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210115T180000
DTEND;TZID=America/Los_Angeles:20210115T190000
DTSTAMP:20260429T135056
CREATED:20210116T050131Z
LAST-MODIFIED:20210116T050537Z
UID:5919-1610733600-1610737200@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:We discussed on how to have count down displayed on the top right corner\nWhen count down goes to 0\, we display game win page.\nHomework\n\nDownload credit_button.png from Google Drive > pygame > FlappyDuck > assets > images\nCopy this file into your project folder/assets/images folder\nIn your Flappy Duck project\, display credit button right next to play button. You need to display the button in all Landing\, Game Over and Game Win pages.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-82/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210115T190000
DTEND;TZID=America/Los_Angeles:20210115T200000
DTSTAMP:20260429T135056
CREATED:20210116T040510Z
LAST-MODIFIED:20210116T040510Z
UID:5916-1610737200-1610740800@www.ayclogic.com
SUMMARY:7 PM - Intro To Python
DESCRIPTION:Homework:\n\nCreate a file Jan15_IFELSEHomework2.py\, Page 84 (TRY IT YOURSELF) 5-3 and 5-4\nCreate a file Jan15_InputHomework.py\, Page 115-116. No need to do the Module Operator.
URL:https://www.ayclogic.com/event/7-pm-intro-to-python-17/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210116T090000
DTEND;TZID=America/Los_Angeles:20210116T100000
DTSTAMP:20260429T135056
CREATED:20210116T175639Z
LAST-MODIFIED:20210116T175639Z
UID:5923-1610787600-1610791200@www.ayclogic.com
SUMMARY:9 AM - Python Game Development
DESCRIPTION:When user click play button. reset score\, display the player in the middle of the screen\, clear the birds and clouds.\nHomework:\n\nIn the Birdie game\, display “birdie_title.png” on top of the play button
URL:https://www.ayclogic.com/event/9-am-python-game-development-40/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210116T100000
DTEND;TZID=America/Los_Angeles:20210116T110000
DTSTAMP:20260429T135056
CREATED:20210116T195328Z
LAST-MODIFIED:20210116T195328Z
UID:5925-1610791200-1610794800@www.ayclogic.com
SUMMARY:10 AM - Python Game Development
DESCRIPTION:We discussed and resolved some final project coding challenges\n\nHomework: \n\nFinish your project planning weekly items in the google doc if you have not done so\nMake progress on your final project according to your project plan
URL:https://www.ayclogic.com/event/10-am-python-game-development-35/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210116T120000
DTEND;TZID=America/Los_Angeles:20210116T130000
DTSTAMP:20260429T135056
CREATED:20210116T210147Z
LAST-MODIFIED:20210116T210147Z
UID:5933-1610798400-1610802000@www.ayclogic.com
SUMMARY:12 PM - Python Game Development
DESCRIPTION:We clarified the project planning items\nWe continued with Shoot Balloon\n\nWe displayed balloon properly\nWe added Target sprite and display the circle as the target on the screen.\n\n\nHomework\n\nFinish your weekly project plan all the way until March 13.\nAccording to your project plan\, make progress on your final.
URL:https://www.ayclogic.com/event/12-pm-python-game-development-13/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210116T130000
DTEND;TZID=America/Los_Angeles:20210116T140000
DTSTAMP:20260429T135056
CREATED:20210116T220744Z
LAST-MODIFIED:20210116T220940Z
UID:5935-1610802000-1610805600@www.ayclogic.com
SUMMARY:1 PM - Python Game Development
DESCRIPTION:We went over the homework to draw the blue bird onto the background and reviewed how the code works so far.\n We learned/reviewed how the pygame’s coordinate system works.\nWe resized the blue bird with the pygame.transform.scale function.\nWe changed the size of the screen window where we’re drawing all the images.\nWe “moved” the blue bird (bird1) across the screen. We learned about what “FPS” means and how the game loop simulates movement.\nWe created the green bird (bird2) which started at the origin (upper left corner) and moved down.  You can find the source code here.\nHomework:\n\nCreate a third bird using the “bird03_A.png” file.  This bird should start at the origin and move down and to the right towards the lower right corner of the screen.  You should follow the the existing patterns for how we created and moved bird1 and bird2.
URL:https://www.ayclogic.com/event/1-pm-python-game-development-7/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210116T160000
DTEND;TZID=America/Los_Angeles:20210116T170000
DTSTAMP:20260429T135056
CREATED:20210117T031659Z
LAST-MODIFIED:20210117T031659Z
UID:5946-1610812800-1610816400@www.ayclogic.com
SUMMARY:4 PM - Intro To Python
DESCRIPTION:We completed Kaleido Spiral project.\nWe integrate Kaleido Spiral project with robot builder.\nHomework:\n\nFinish your final project. Email your python file to gamas@ayclogic.com. Please attach the file to the email\, don’t copy and paste the python file as this can sometimes messed up the code.\n\nIf you have a question email me your file to gamas@ayclogic.com and text me to 626-532-7844 for faster response.
URL:https://www.ayclogic.com/event/4-pm-intro-to-python-11/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210116T170000
DTEND;TZID=America/Los_Angeles:20210116T180000
DTSTAMP:20260429T135056
CREATED:20210117T020931Z
LAST-MODIFIED:20210117T050255Z
UID:5942-1610816400-1610820000@www.ayclogic.com
SUMMARY:5 PM - Introduction to Python
DESCRIPTION:Today we went over:\n\nFor Loop homework (pgs. 130-133)\nFunctions with return values\nPracticed several function problems\n\n\nHomework:\n\nhttps://www.ayclogic.com/intro-to-python/star-wars-problem/ \nThe assignment asks to use the random module which has not been covered\, so just manually select a random item for now.\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-8/
CATEGORIES:Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210116T180000
DTEND;TZID=America/Los_Angeles:20210116T190000
DTSTAMP:20260429T135056
CREATED:20210117T031205Z
LAST-MODIFIED:20210117T031205Z
UID:5944-1610820000-1610823600@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:Homework\n\nCreate cloud.py\n\nInside cloud.py\, create Cloud class similar to bird.py\nRandomly load cloud1.png\, cloud2.png\, cloud3.png\nIntegrate cloud.py into main.py similar to how you did for bird class.\nI want to see the cloud appear and moving to the right of the screen
URL:https://www.ayclogic.com/event/6-pm-python-game-development-83/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210119T180000
DTEND;TZID=America/Los_Angeles:20210119T190000
DTSTAMP:20260429T135056
CREATED:20210120T032827Z
LAST-MODIFIED:20210120T032827Z
UID:5984-1611079200-1611082800@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:We resolved several problem with Platform Runner final project\n\nWe fixed the problem where the player won’t show the dying animation.\nWe fixed the problem where the play button was not showing properly and threw an error.\nWe created Game Title image.\n\n\nHomework:\n\nContinue with your Final project progress.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-84/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR