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:20200801T090000
DTEND;TZID=America/Los_Angeles:20200801T100000
DTSTAMP:20260503T064734
CREATED:20200801T165821Z
LAST-MODIFIED:20200801T165821Z
UID:4076-1596272400-1596276000@www.ayclogic.com
SUMMARY:9 AM - Python Game Development
DESCRIPTION:Homework:\n\nMake the bird02 appear on the bottom right corner.\nMake the bird02 move left incrementally.\nLoad the bird01_B.png and put in coordinate (100\,100)
URL:https://www.ayclogic.com/event/9-am-python-game-development-15/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200801T110000
DTEND;TZID=America/Los_Angeles:20200801T120000
DTSTAMP:20260503T064734
CREATED:20200801T184705Z
LAST-MODIFIED:20200801T195332Z
UID:4078-1596279600-1596283200@www.ayclogic.com
SUMMARY:11 AM - Python Game Development
DESCRIPTION:We added the collision detection between Player and the Bird.\nWe added sound effect when the Player and the Bird collide.\nWe added score in the screen.\nHomework:\n\nDisplay play_button in the screen coordinate 0\,0. Next week\, during the class\, we are going to make Play button appear in the beginning and after the player died.
URL:https://www.ayclogic.com/event/11-am-python-game-development-15/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200802T090000
DTEND;TZID=America/Los_Angeles:20200802T100000
DTSTAMP:20260503T064734
CREATED:20200823T171816Z
LAST-MODIFIED:20200823T171816Z
UID:4327-1596358800-1596362400@www.ayclogic.com
SUMMARY:9 AM - Python Game Development
DESCRIPTION:we reviewed the bird fighting final project. I can see there are a lot of good progress have been made.\nWe continued with the Shoot Balloon project.\n\nWe created Balloon sprite and made the Balloon appear on the screen from the bottom going up.\n\n\nHomework:\n\nContinued on your final project.\nDelay the creation of balloon.
URL:https://www.ayclogic.com/event/9-am-python-game-development-19/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200802T160000
DTEND;TZID=America/Los_Angeles:20200802T170000
DTSTAMP:20260503T064734
CREATED:20200802T225741Z
LAST-MODIFIED:20200802T225741Z
UID:4104-1596384000-1596387600@www.ayclogic.com
SUMMARY:3 PM - Python Game Development
DESCRIPTION:Homework:\n\nDisplay the BIRDIE title on top of the play button\nWhen pressing F button\, display 10 fireballs
URL:https://www.ayclogic.com/event/3-pm-python-game-development-31/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200803T150000
DTEND;TZID=America/Los_Angeles:20200803T160000
DTSTAMP:20260503T064734
CREATED:20200808T020300Z
LAST-MODIFIED:20200808T020300Z
UID:4157-1596466800-1596470400@www.ayclogic.com
SUMMARY:3 PM - Python Game Development
DESCRIPTION:We continued with Birdie project\n\nWe added play_button in the middle of the screen\nWe added code to handle starting the game when user click on the play button.\nWe added the score
URL:https://www.ayclogic.com/event/3-pm-python-game-development-32/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200804T180000
DTEND;TZID=America/Los_Angeles:20200804T190000
DTSTAMP:20260503T064734
CREATED:20200805T020120Z
LAST-MODIFIED:20200805T020120Z
UID:4123-1596564000-1596567600@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:We went over class homeworks.\nWe went over class inheritance.\nHomework:\n\nPage. 168 to 170.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-22/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200807T180000
DTEND;TZID=America/Los_Angeles:20200807T190000
DTSTAMP:20260503T064734
CREATED:20200808T015258Z
LAST-MODIFIED:20200808T020028Z
UID:4153-1596823200-1596826800@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:We completed the Birdie project.\nHomework:\n\nPut the birdie_title.png on top of the play button.\nIn the main.py\, do the following\n\ncreate a new function: “launch_bomb”\nInside the function\, when user enter “b” in the keyboard\, launch 10 fireballs in a different Y coordinate for each fireball.\ncall function “launch_bomb” inside the “handle_game_started” function.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-23/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200808T110000
DTEND;TZID=America/Los_Angeles:20200808T120000
DTSTAMP:20260503T064734
CREATED:20200808T191833Z
LAST-MODIFIED:20200808T191833Z
UID:4165-1596884400-1596888000@www.ayclogic.com
SUMMARY:11 AM - Python Game Development
DESCRIPTION:we continued with Birdie project.\n\nWe made the game not automatically started when the program is run. Only the play button\, clouds and birds appear. But player is hidden.\nWe made the Play button appear on the middle of the screen.\nWe made the game start when user click anywhere above\, below and on top of the play button.\n\n\nHomework:\n\nMake the game start only when the user click on top of the play button.\nAdd a function “handle_player_bird_collision” function to detect collision between player and the bird similar to “handle_fireball_bird_collision” function. When player and bird collide\, the self.current_mode should be set to GAME_NOT_STARTED.
URL:https://www.ayclogic.com/event/11-am-python-game-development-16/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200809T150000
DTEND;TZID=America/Los_Angeles:20200809T160000
DTSTAMP:20260503T064734
CREATED:20200809T230255Z
LAST-MODIFIED:20200809T230322Z
UID:4179-1596985200-1596988800@www.ayclogic.com
SUMMARY:3 PM - Python Game Development
DESCRIPTION:We added the special fireball.\nHomework:\n\nThe Birdie project is done. I want you to understand how we did the following:\n\nDraw image on the screen?\nHow to load an image from assets folder?\nHow to delay creation of a sprite?\nWho calls the Bird.update() function?\nIf you draw a sprite in coordinate (WIDTH\, 0)\, would the sprite be visible?
URL:https://www.ayclogic.com/event/3-pm-python-game-development-33/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200810T150000
DTEND;TZID=America/Los_Angeles:20200810T160000
DTSTAMP:20260503T064734
CREATED:20200810T225927Z
LAST-MODIFIED:20200810T225927Z
UID:4183-1597071600-1597075200@www.ayclogic.com
SUMMARY:3 PM - Python Game Development
DESCRIPTION:Homework:\n\nThe special fireball cooldown indicator when it reached 0 or less\, it should be changed to “Special Fireball Ready” with changing color.\nTry to review the Birdie codes and answer these questions\n\nDraw image on the screen?\nHow to load an image from assets folder?\nHow to delay the creation of a sprite?\nWho calls the Bird.update() function?\nIf you draw a sprite in coordinate (WIDTH\, 0)\, would the sprite be visible?\n\n\n\n\n\n 
URL:https://www.ayclogic.com/event/3-pm-python-game-development-34/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200811T180000
DTEND;TZID=America/Los_Angeles:20200811T190000
DTSTAMP:20260503T064734
CREATED:20200812T020659Z
LAST-MODIFIED:20200812T020659Z
UID:4190-1597168800-1597172400@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:We finished discussing about Class Inheritance.\nWe downloaded and install Python 3.7 and Pycharm\nNo homework
URL:https://www.ayclogic.com/event/6-pm-python-game-development-24/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200813T173000
DTEND;TZID=America/Los_Angeles:20200813T183000
DTSTAMP:20260503T064734
CREATED:20200814T012958Z
LAST-MODIFIED:20200814T012958Z
UID:4207-1597339800-1597343400@www.ayclogic.com
SUMMARY:5:30 PM - Python Game Development
DESCRIPTION:Homework:\n\nLoad bird02_A.png\nResize the bird image just like how you did it in the bird01_A.png.\nblit the bird02_A on the screen.\nMake the bird move from top to bottom
URL:https://www.ayclogic.com/event/530-pm-python-game-development/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200814T180000
DTEND;TZID=America/Los_Angeles:20200814T190000
DTSTAMP:20260503T064734
CREATED:20200815T021758Z
LAST-MODIFIED:20200815T021758Z
UID:4213-1597428000-1597431600@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:We added a cool down indicator in the Birdie game.\nWe started downloading FlappyDuck game assets and created new Pycharm project.\nHomework:\n\nReview Birdie project\, if you have question\, please bring it up next week.\nStart thinking of what games you want to create for your final project. Once you have an idea\, go to https://graphicriver.net/game-assets and look at some game assets to help you create your game.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-25/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200815T090000
DTEND;TZID=America/Los_Angeles:20200815T100000
DTSTAMP:20260503T064734
CREATED:20200815T165916Z
LAST-MODIFIED:20200815T165916Z
UID:4215-1597482000-1597485600@www.ayclogic.com
SUMMARY:9 AM - Python Game Development
DESCRIPTION:We continued with Birdie project\n\nWe started creating Bird sprite class.\n\n\nNo homework for next week.
URL:https://www.ayclogic.com/event/9-am-python-game-development-16/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200815T110000
DTEND;TZID=America/Los_Angeles:20200815T120000
DTSTAMP:20260503T064734
CREATED:20200815T190143Z
LAST-MODIFIED:20200815T190143Z
UID:4219-1597489200-1597492800@www.ayclogic.com
SUMMARY:11 AM - Python Game Development
DESCRIPTION:We added special fireball in Birdie game.\nHomework:\n\nAdd a special_fireball_timer to prevent special fireball to be launched to frequently. Take a look on how we delay the regular fireball launching.\nCreate a new text “Special Fireball ready ” text on the screen. Put it on the right of the Score text.
URL:https://www.ayclogic.com/event/11-am-python-game-development-17/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200818T180000
DTEND;TZID=America/Los_Angeles:20200818T190000
DTSTAMP:20260503T064734
CREATED:20200819T020323Z
LAST-MODIFIED:20200819T020323Z
UID:4236-1597773600-1597777200@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:We created Bird class which inherits from pygame.sprite.Sprite class.\nHomework:\n\nInside Bird class do the following\n\ninside __init__ function\, create a list of String\, bird_images which contains all of the bird images we have under “assets” directory\nafter you create the list\, use random module to randomly choose different images to load.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-26/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200820T173000
DTEND;TZID=America/Los_Angeles:20200820T183000
DTSTAMP:20260503T064734
CREATED:20200821T034542Z
LAST-MODIFIED:20200821T034542Z
UID:4269-1597944600-1597948200@www.ayclogic.com
SUMMARY:5:30 PM - Python Game Development
DESCRIPTION:We went over how to create bird sprite randomly and how to control the frequency the bird sprite is being created.\nWe learned how to use a centralized configuration file.\nHomework:\n\nMake the bird move from right to left.\nRandomize the bird X coordinate between 0 and 600.
URL:https://www.ayclogic.com/event/530-pm-python-game-development-2/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200821T180000
DTEND;TZID=America/Los_Angeles:20200821T190000
DTSTAMP:20260503T064734
CREATED:20200822T021507Z
LAST-MODIFIED:20200822T040817Z
UID:4286-1598032800-1598036400@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:We discussed about how to create Final Project proposal. https://docs.google.com/spreadsheets/d/1tAjw677hKl5dH5PcaAq9Lusw8QeKFrvC9oHNHMd8dbw\nWe started on Flappy Duck project.\nHomework:\n\nIntegrate tube.py into main.py\nMake the Tube appear on the top right corner of the screen.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-27/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200822T090000
DTEND;TZID=America/Los_Angeles:20200822T100000
DTSTAMP:20260503T064734
CREATED:20200822T190812Z
LAST-MODIFIED:20200822T190812Z
UID:4302-1598086800-1598090400@www.ayclogic.com
SUMMARY:9 AM - Python Game Development
DESCRIPTION:We continued to work through Bird class.\nWe integrated Bird class into main.py\nHomework:\n\nIn Bird __init__ function do the following\n\ncreate a list for all the bird images:\n\nassets/bird01_A.png\nassets/bird02_A.png\nassets/bird03_A.png\nassets/bird04_A.png\n\n\nUse random module to choose a different image everytime you create a bird.\nUse this random image to load.\n\n\nIf you do it properly when you restart the game after the code is done\, you should see a lot of different kind of birds spawning in the screen.
URL:https://www.ayclogic.com/event/9-am-python-game-development-17/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200822T110000
DTEND;TZID=America/Los_Angeles:20200822T120000
DTSTAMP:20260503T064734
CREATED:20200822T184125Z
LAST-MODIFIED:20200822T195318Z
UID:4294-1598094000-1598097600@www.ayclogic.com
SUMMARY:11 AM - Python Game Development - Gamas
DESCRIPTION:We completed Birdie game.\n\nWe added special fireball indicator\nWe added background music.\nWe added the birdie_title.png image on top of the Play button.\n\n\nHomework:\n\nreview the Birdie game codes and try to answer these questions\n\nHow to draw an image to the screen?\nHow flip an image horizontally and vertically?\nHow to resize an image?\nHow detect collision between sprites?\nHow does pygame.sprite.Group() works?\nIn Bird class\, it has update() function\, who calls this function?\nHow to delay something in pygame?\n\n\nStart thinking of what you want to make for your final project.
URL:https://www.ayclogic.com/event/11-am-python-game-development-19/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200823T090000
DTEND;TZID=America/Los_Angeles:20200823T100000
DTSTAMP:20260503T064734
CREATED:20200823T170045Z
LAST-MODIFIED:20200823T170045Z
UID:4324-1598173200-1598176800@www.ayclogic.com
SUMMARY:9 AM - Python Game Development
DESCRIPTION:We continued with Shoot Balloon game\n\nWe added the Balloon creation delay\nWe added the Balloon collision with target.\n\n\nHomework:\n\nComplete your final project.\nIn Shoot Balloon project\, change the collision handler to only destroy the balloon when user click on top of the balloon.
URL:https://www.ayclogic.com/event/9-am-python-game-development-18/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200824T150000
DTEND;TZID=America/Los_Angeles:20200824T160000
DTSTAMP:20260503T064734
CREATED:20200824T230450Z
LAST-MODIFIED:20200824T230450Z
UID:4329-1598281200-1598284800@www.ayclogic.com
SUMMARY:3 PM - Python Game Development
DESCRIPTION:We discussed about final project proposal\nWe added Tube on the screen\nHomework:\n\nEvery 2 seconds\, create one Tube on the top and one Tube on the bottom. Look at Birdie project and how we periodically create cloud or bird. How we delay creation of the Bird or Cloud.\nSince this is a 3 team members project and you guys have decided to create all the game assets your self\, please have all the game assets ready by this Friday.
URL:https://www.ayclogic.com/event/3-pm-python-game-development-35/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200825T180000
DTEND;TZID=America/Los_Angeles:20200825T190000
DTSTAMP:20260503T064734
CREATED:20200826T020829Z
LAST-MODIFIED:20200826T020829Z
UID:4337-1598378400-1598382000@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:Homework:\n\nInside bird.py\n\nMake the flapping wing less frequently.\n\nLook at how we delay creation of bird inside main.py\n\n\nFor the bird that moves to the left\, fix the glitching.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-28/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200827T173000
DTEND;TZID=America/Los_Angeles:20200827T183000
DTSTAMP:20260503T064734
CREATED:20200828T012953Z
LAST-MODIFIED:20200828T012953Z
UID:4353-1598549400-1598553000@www.ayclogic.com
SUMMARY:5:30 PM - Python Game Development
DESCRIPTION:Homework:\n\nCreate a Player class.\nCopy bird.py into player.py\nChange the Bird class into Player class.\nLoad the player-1.png\nInside Player.update()\, do not call self.flap_wing()\nTry to integrate Player into main.py
URL:https://www.ayclogic.com/event/530-pm-python-game-development-3/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200827T183000
DTEND;TZID=America/Los_Angeles:20200827T193000
DTSTAMP:20260503T064734
CREATED:20200828T024048Z
LAST-MODIFIED:20200828T024048Z
UID:4355-1598553000-1598556600@www.ayclogic.com
SUMMARY:6:30 PM - Python Game Development
DESCRIPTION:Reviewed Final Test\nHomework:\n\nPage 168 to 171. Create the homework file with this name: Aug27_ClassHomework.py
URL:https://www.ayclogic.com/event/630-pm-python-game-development/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200828T180000
DTEND;TZID=America/Los_Angeles:20200828T190000
DTSTAMP:20260503T064734
CREATED:20200829T020856Z
LAST-MODIFIED:20200904T234758Z
UID:4363-1598637600-1598641200@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:Homework:\n\nDo the homework in https://www.ayclogic.com/event/3-pm-python-game-development-35/ \nPut all images for your final project in https://drive.google.com/drive/u/0/folders/1zVL_1QE_3DNBdG419DjHg_ODOz2ljJJ4\nCreate the remaining images according to the spreadsheet.\nPut some story lines in https://docs.google.com/spreadsheets/d/1TUCRFWUy3gkJM-3k8H6I3-ijQiSeoDiY8ewnfWAWl9g/edit#gid=1437452366
URL:https://www.ayclogic.com/event/6-pm-python-game-development-29/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200829T090000
DTEND;TZID=America/Los_Angeles:20200829T100000
DTSTAMP:20260503T064734
CREATED:20200829T200149Z
LAST-MODIFIED:20200829T201350Z
UID:4379-1598691600-1598695200@www.ayclogic.com
SUMMARY:9 AM - Python Game Development
DESCRIPTION:We randomize of which bird image to create.\nWe went over how to delay the creation of birds in Birdie game.\nNext week is a labor day weekend\, so no class.\n Homework:\n\nInside cloud.py do the following\n\nChange BIRD_TYPE to CLOUD_TYPE and change the list element to cloud1\, cloud2 and cloud3\nChose a random element from this list so we can display a random image everytime.\nChange the code that would load the bird image into loading the cloud image. Replace the code that looks like this self.imageA = pygame.image.load(f”assets/{self.random_bird_type}_A.png”)\nRemove the code that would resize the bird.\n\n\nInside main.py do the following\n\non the top of the file\, import cloud class. Look at how we imported the Bird class.\nInside __init__ function\, create cloud_group. Look at how we did bird_group.\nCreate a function “create_cloud”. Look at how we did “create_bird” function. Create a new timer variable for cloud. Create “create_cloud_timer”. Don’t use create_bird_timer variable.\nInside game_loop()\,\n\ncall create_cloud()\ncall cloud_group.update()
URL:https://www.ayclogic.com/event/9-am-python-game-development-20/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200829T110000
DTEND;TZID=America/Los_Angeles:20200829T120000
DTSTAMP:20260503T064734
CREATED:20200829T194539Z
LAST-MODIFIED:20200912T044926Z
UID:4377-1598698800-1598702400@www.ayclogic.com
SUMMARY:11 AM - Python Game Development - Gamas
DESCRIPTION:We reviewed Birdie project techniques and mechanisms. This is important because we will be using the same techniques and pygame functionalities in all of our future projects.\nHomework:\n\nCreate 1st draft of for your final project proposal. Please look at a sample of the proposal in here: https://docs.google.com/document/d/1hPjLFw9kmUgSBjevJaHODYOMcz4Xd7A05CAq_8G_GGU
URL:https://www.ayclogic.com/event/11-am-python-game-development-22/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200830T090000
DTEND;TZID=America/Los_Angeles:20200830T100000
DTSTAMP:20260503T064734
CREATED:20200913T171915Z
LAST-MODIFIED:20200913T171915Z
UID:4499-1598778000-1598781600@www.ayclogic.com
SUMMARY:9 AM - Python Game Development
DESCRIPTION:We reviewed the final project and discussed how to make the code better.\nWe continued with the Shoot Balloon project.\nHomework:\n\nContinue to finish the final project according to the points discussed.
URL:https://www.ayclogic.com/event/9-am-python-game-development-23/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200830T150000
DTEND;TZID=America/Los_Angeles:20200830T160000
DTSTAMP:20260503T064734
CREATED:20200830T230856Z
LAST-MODIFIED:20200830T230856Z
UID:4391-1598799600-1598803200@www.ayclogic.com
SUMMARY:3 PM - Python Game Development
DESCRIPTION:No class next week because of Labor day weekend.\nWe will meet again on September 12 – 10 AM.\n Homework:\n\nDelay creation of Tube\nEverytime you create Tube\, create 2 Tubes\, one on the top and on bottom.
URL:https://www.ayclogic.com/event/3-pm-python-game-development-36/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR