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:20200308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20201101T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200701T193000
DTEND;TZID=America/Los_Angeles:20200701T203000
DTSTAMP:20260430T003750
CREATED:20200702T034652Z
LAST-MODIFIED:20200702T034652Z
UID:3833-1593631800-1593635400@www.ayclogic.com
SUMMARY:7:30 PM - Intro To Python
DESCRIPTION:Homework:\n\nCreate homework file as July1_ForLoopHomework.py\nDo page 52\, 57 and 59
URL:https://www.ayclogic.com/event/730-pm-intro-to-python-5/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200702T183000
DTEND;TZID=America/Los_Angeles:20200702T193000
DTSTAMP:20260430T003750
CREATED:20200710T005744Z
LAST-MODIFIED:20200710T011647Z
UID:3859-1593714600-1593718200@www.ayclogic.com
SUMMARY:6:30 PM - Intro To Python
DESCRIPTION:Homework:\n\nContinue making progress on your final project. The final project is due on July 23\, 2020.\nMake some progress on July2_StarryNight.py work.
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-15/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200708T193000
DTEND;TZID=America/Los_Angeles:20200708T203000
DTSTAMP:20260430T003750
CREATED:20200709T034224Z
LAST-MODIFIED:20200709T034224Z
UID:3855-1594236600-1594240200@www.ayclogic.com
SUMMARY:7:30 PM - Intro To Python
DESCRIPTION:We learned about While Loop.\nHomework:\n\nJuly8_WhileLoopHomework.py\n\nPage 118 to 121.
URL:https://www.ayclogic.com/event/730-pm-intro-to-python-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200709T183000
DTEND;TZID=America/Los_Angeles:20200709T193000
DTSTAMP:20260430T003750
CREATED:20200710T012818Z
LAST-MODIFIED:20200710T012818Z
UID:3863-1594319400-1594323000@www.ayclogic.com
SUMMARY:6:30 PM - Intro To Python
DESCRIPTION:We completed Starry Night project.\nHomework:\n\nContinue with Final project homework. The final project is due on July 23\, 2020.
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-16/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200710T180000
DTEND;TZID=America/Los_Angeles:20200710T190000
DTSTAMP:20260430T003750
CREATED:20200711T021732Z
LAST-MODIFIED:20200711T021732Z
UID:3865-1594404000-1594407600@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:Homework:\n\nAdd delay when launching fireball.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-18/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200711T090000
DTEND;TZID=America/Los_Angeles:20200711T100000
DTSTAMP:20260430T003750
CREATED:20200711T191434Z
LAST-MODIFIED:20200711T191434Z
UID:3880-1594458000-1594461600@www.ayclogic.com
SUMMARY:9 AM - Python Game Development
DESCRIPTION:We continued to learn about class inheritance.\n\nWe learned how to call functions within the class by doing self.<function_name>().\nWe learned how to call functions from outside the class by doing <variable_name>.<function_name>().\n\n\nWe installed Python 3.7\nNo homework for next week.
URL:https://www.ayclogic.com/event/9-am-python-game-development-12/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200711T100000
DTEND;TZID=America/Los_Angeles:20200711T110000
DTSTAMP:20260430T003750
CREATED:20200711T191225Z
LAST-MODIFIED:20200711T191225Z
UID:3878-1594461600-1594465200@www.ayclogic.com
SUMMARY:10 AM - Python Game Development
DESCRIPTION:We made sure to cleanup the fireball\, birds and cloud after they are out of screen\nWe organized some codes inside the main.py game_loop() and made functions out of them.\nWe added sound effect when fireball kill the bird. The code is uploaded on the google drive.\nHomework:\n\nRestrict the player movement to be inside the screen only.
URL:https://www.ayclogic.com/event/10-am-python-game-development-20/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200711T110000
DTEND;TZID=America/Los_Angeles:20200711T120000
DTSTAMP:20260430T003750
CREATED:20200711T182534Z
LAST-MODIFIED:20200711T190113Z
UID:3874-1594465200-1594468800@www.ayclogic.com
SUMMARY:11 AM - Python Game Development
DESCRIPTION:We made the cloud appear less frequently.\nWe fixed the problem where the bird turn to the right after if moved to the left.\nWe made the cloud moved slower.\nHomework:\n\nCreate Fireball class\nIt has attributes x\,y\, size\, direction and screen.\nCopy Bird.py and rename to Fireball.py\n\nChange the image name\nYou don’t need the _A.png and _B.png\n\n\nIntegrate Fireball class into main.py\n\nImport the class on the top of the file.\nCreate fireball_group\nAdd a new Fireball into the fireball_group.\nInside the game_loop() call fireball_group.update()
URL:https://www.ayclogic.com/event/11-am-python-game-development-12/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200711T130000
DTEND;TZID=America/Los_Angeles:20200711T140000
DTSTAMP:20260430T003750
CREATED:20200711T201752Z
LAST-MODIFIED:20200711T215411Z
UID:3882-1594472400-1594476000@www.ayclogic.com
SUMMARY:1 PM - Intro To Python
DESCRIPTION:We completed Password Generator program\nHomework:\n\nDo StarWars questions from number 2 and 3 in here: https://www.ayclogic.com/intro-to-python/star-wars-problem/
URL:https://www.ayclogic.com/event/1-pm-intro-to-python-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200711T170000
DTEND;TZID=America/Los_Angeles:20200711T180000
DTSTAMP:20260430T003750
CREATED:20200712T005922Z
LAST-MODIFIED:20200712T005922Z
UID:3896-1594486800-1594490400@www.ayclogic.com
SUMMARY:5 PM - Intro To Python
DESCRIPTION:We went over Variables and Data Types and Boolean expressions\nHomework:\n\nCreate Python file July11_StringHomework.py\nFrom the book it will be page 20 to 23
URL:https://www.ayclogic.com/event/5-pm-intro-to-python/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200712T140000
DTEND;TZID=America/Los_Angeles:20200712T150000
DTSTAMP:20260430T003750
CREATED:20200712T232847Z
LAST-MODIFIED:20200712T232847Z
UID:3907-1594562400-1594566000@www.ayclogic.com
SUMMARY:2 PM - Intro To Python
DESCRIPTION:We setup Thonny and Zoom in the computer.\nWe learned about variables and data type: Integer and String.\nHomework:\n\nDo homework page. 20 to 22
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-16/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200712T150000
DTEND;TZID=America/Los_Angeles:20200712T160000
DTSTAMP:20260430T003750
CREATED:20200712T233046Z
LAST-MODIFIED:20200712T233046Z
UID:3909-1594566000-1594569600@www.ayclogic.com
SUMMARY:3 PM - Intro To Python
DESCRIPTION:We completed Starry Night project.\nWe fixed some problems with Warren and Max final projects.\nHomework:\n\nMake some progress with the final project.
URL:https://www.ayclogic.com/event/3-pm-intro-to-python/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200714T180000
DTEND;TZID=America/Los_Angeles:20200714T190000
DTSTAMP:20260430T003750
CREATED:20200715T014849Z
LAST-MODIFIED:20200715T020645Z
UID:3915-1594749600-1594753200@www.ayclogic.com
SUMMARY:6 PM - Intro To Python
DESCRIPTION:We went over final projects codes.\nWe started Baby Name Generator program\nHomework:\n\nContinue with your final project. It is due on July 21.\nContinue with Baby Name Generator program:\n\nBefore the while loop create “boys_names” list: Add 5 boys names\nBefore the while loop create “girls_names” list: Add 5 girls names\nCreate a function\, get_random_name(selection)\n\nif “selection” parameter is equal to “1”\, return a random boy’s name from boys_names list.\nelse return a random girl’s name from girls_names list.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-19/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200715T193000
DTEND;TZID=America/Los_Angeles:20200715T203000
DTSTAMP:20260430T003750
CREATED:20200716T035513Z
LAST-MODIFIED:20200716T035513Z
UID:3924-1594841400-1594845000@www.ayclogic.com
SUMMARY:7:30 PM - Intro To Python
DESCRIPTION:We went through While loops again.\nWe created another version of Tell Me Your Age program but wrapped inside a While loop.\nHomework:\n\nInside “Tell Me You Are” program that we did in the class (July15_TellMeYourAgeForever.py)\, add the following:\n\nwhen user enter “quit” or “exit”\n\nit will print “Thank you\, please come again later”\nit will break from the loop.
URL:https://www.ayclogic.com/event/730-pm-intro-to-python-7/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200716T173000
DTEND;TZID=America/Los_Angeles:20200716T183000
DTSTAMP:20260430T003750
CREATED:20200724T003707Z
LAST-MODIFIED:20200724T003707Z
UID:3984-1594920600-1594924200@www.ayclogic.com
SUMMARY:5:30 PM - Intro To Python
DESCRIPTION:We continued Baby Name Generator program.\nHomework:\n\nContinue with Final project\, it is due next week on 07/21.
URL:https://www.ayclogic.com/event/530-pm-intro-to-python-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200716T183000
DTEND;TZID=America/Los_Angeles:20200716T193000
DTSTAMP:20260430T003750
CREATED:20200718T191904Z
LAST-MODIFIED:20200724T004352Z
UID:3936-1594924200-1594927800@www.ayclogic.com
SUMMARY:6:30 PM - Intro To Python
DESCRIPTION:We started BabyNameGenerator program.\nHomework:\n\nThe Final project is due next week on July 23\, 2020.\nCreate a list\, “boy_names”\, and this list should have 5 boy’s names: Matthew\, Mark\, Luke\, John\, Alex\nCreate a list\, “girl_names”\, and this list should have 6 girl’s names: Abigail\, Mary\, Ruth\, Naomi\, Esther\, Eve\ncreate a function “get_random_name(selection)”\nIf “selection” parameter is “1”\, return a random name from “girl_names” list.\nif “Selection” parameter is “2”\, return a random name from “boy_names” list.
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-17/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200717T180000
DTEND;TZID=America/Los_Angeles:20200717T190000
DTSTAMP:20260430T003750
CREATED:20200718T024253Z
LAST-MODIFIED:20200718T024253Z
UID:3928-1595008800-1595012400@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:We learned how to put a cool-down period in launching fireball.\nWe fixed the problem where the fireball is only moving to the right.\nWe added background music to the Birdie.\nHomework:\n\nStart the Birdie game\, while the player is facing right\, continuously press the space key for 30 seconds. This will launch fireball for 30 seconds and the fireball will be going to the right. Make sure the fireball is only going in the right direction (not left).\nLeave the project open for 5 to 10 minutes. You will notice that the fireball starts to appear from the left. This is because when the fireball leaves the screen from the right\, they don’t magically disappear. They are still there in the memory until you explicitly kill. If you don’t kill your fireball\, after it leaves the screen\, your game can be slow.\nIn the Fireball class inside the update function\, put a code that if the x is less than 0 or if x is greater than the width of the screen do “self.kill()” . This will ensure the fireball is removed when it leaves the screen.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-19/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200718T090000
DTEND;TZID=America/Los_Angeles:20200718T100000
DTSTAMP:20260430T003750
CREATED:20200718T155611Z
LAST-MODIFIED:20200718T155611Z
UID:3930-1595062800-1595066400@www.ayclogic.com
SUMMARY:9 AM - Intro To Python
DESCRIPTION:We installed Pycharm.\nWe downloaded Birdie project files.\nWe started Birdie project.\nHomework: Study Birdie project and come up with questions.
URL:https://www.ayclogic.com/event/9-am-intro-to-python-9/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200718T100000
DTEND;TZID=America/Los_Angeles:20200718T110000
DTSTAMP:20260430T003750
CREATED:20200718T191239Z
LAST-MODIFIED:20200718T191239Z
UID:3934-1595066400-1595070000@www.ayclogic.com
SUMMARY:10 AM - Python Game Development
DESCRIPTION:We restrict the movement of player so it is not out of the screen.\nWe added 2 mode\, GAME_STARTED and GAME_NOT_STARTED.\nWe made the sound effect volume less loud.\nHomework:\n\nCreate a function\, “handle_game_in_session(self)”\n\nInside the function\, call the following functions\n\nself.create_all_sprites()\nself.handle_all_sprites_collission()\n\n\n\n\nCrete a function\, “handle_game_not_in_session(self)”\n\nInside the function\, call the following functions\n\nself.control_bird_creation()\nself.control_cloud_creation()\n\n\n\n\nChange game_loop(self):\n\nBased one self.mode\, you need to either call self.handle_game_in_session(self) or self.handle_game_not_in_session(self)\nYou probably need to remove some of the code in game_loop to make sure there are no codes being called more than once.
URL:https://www.ayclogic.com/event/10-am-python-game-development-21/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200718T110000
DTEND;TZID=America/Los_Angeles:20200718T120000
DTSTAMP:20260430T003750
CREATED:20200718T190551Z
LAST-MODIFIED:20200718T190551Z
UID:3932-1595070000-1595073600@www.ayclogic.com
SUMMARY:11 AM - Python Game Development
DESCRIPTION:We added Fireball sprite in the Birdie game.\nWe made the Fireball spawn where the player is located.\nWe made the Fireball face left and right\nHomework:\n\nCurrently if user press down the space key\, there will be too many Fireballs created. We need to put “cool-down” period before user can launch another fireball.\n\nTo put cool-down period\, we need to use the same technique as how we delay creation of bird and cloud. In the bird creation\, we use create_bird_timer and Birdie.CREATE_BIRD_DELAY to delay the creation of the bird.\nPut your code inside control_fireball_creation function.
URL:https://www.ayclogic.com/event/11-am-python-game-development-13/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200718T130000
DTEND;TZID=America/Los_Angeles:20200718T140000
DTSTAMP:20260430T003750
CREATED:20200718T203825Z
LAST-MODIFIED:20200718T203825Z
UID:3938-1595077200-1595080800@www.ayclogic.com
SUMMARY:1 PM - Intro To Python
DESCRIPTION:We started Magic 8 Ball program\nHomework:\n\nCreate another version of Magic 8 Ball utilizing random.choice and list.
URL:https://www.ayclogic.com/event/1-pm-intro-to-python-11/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200718T170000
DTEND;TZID=America/Los_Angeles:20200718T180000
DTSTAMP:20260430T003750
CREATED:20200719T013420Z
LAST-MODIFIED:20200801T043507Z
UID:3946-1595091600-1595095200@www.ayclogic.com
SUMMARY:5 PM - Intro To Python
DESCRIPTION:We went over String buit-in functions: lower()\, title()\, upper()\nWe went over how to do Python string formatter.\nWe went over how to strip spaces in the left and right of String.\nHomework:\n\nCreate your homework in a python file called “July18_IFELSEHomework.py”\nDo coding exercises from page 79 to 82.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-2/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200718T180000
DTEND;TZID=America/Los_Angeles:20200718T200000
DTSTAMP:20260430T003750
CREATED:20200719T020327Z
LAST-MODIFIED:20200719T020327Z
UID:3948-1595095200-1595102400@www.ayclogic.com
SUMMARY:6 PM - Intro To Python
DESCRIPTION:2 hours 2nd quiz.
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-20/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200719T090000
DTEND;TZID=America/Los_Angeles:20200719T100000
DTSTAMP:20260430T003750
CREATED:20200719T171847Z
LAST-MODIFIED:20200719T171847Z
UID:3956-1595149200-1595152800@www.ayclogic.com
SUMMARY:9 AM - Python Game Development
DESCRIPTION:We discussed\, reviewed and fixed some codes in the final project.\nWe continued with Shoot Balloon project.\nHomework:\n\nContinue with your final project\nIn Shoot Balloon project\, for target sprite\, draw another diagonal red line.
URL:https://www.ayclogic.com/event/9-am-python-game-development-13/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200719T140000
DTEND;TZID=America/Los_Angeles:20200719T150000
DTSTAMP:20260430T003750
CREATED:20200719T220113Z
LAST-MODIFIED:20200719T220113Z
UID:3958-1595167200-1595170800@www.ayclogic.com
SUMMARY:2 PM - Intro To Python
DESCRIPTION:We reviewed variables and data types.\nWe reviewed String built-in functions: upper()\, title()\, lower().\nWe learned \n and \t.\nHomework:\n\nCreate a file with this name: July18_IFELSEHomework.py\nPage 80 to 82
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-18/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200721T180000
DTEND;TZID=America/Los_Angeles:20200721T190000
DTSTAMP:20260430T003750
CREATED:20200723T012251Z
LAST-MODIFIED:20200723T012251Z
UID:3963-1595354400-1595358000@www.ayclogic.com
SUMMARY:6 PM - Intro To Python
DESCRIPTION:We completed Baby Name Generator program\nThere will be Final test on July 23 from 4:30PM to 6:30 PM:\nWe reviewed what’s going to be in the final test:\n\nPlease study Baby Name Generator program.\nPlease study how to generate rectangle and circle using Python turtle module.\nPlease make sure you know how read python error messages and fix them.\nHow to continuously ask user question and when user enter “exit” or “quit” or “bye” stop the loop.\nHow to generate random numbers and choose random element from a list.\nList\, IF ELSE ELIF\, Variables and Data Types.\n\n\nIf you have question\, please email me at gamas@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-intro-to-python-21/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200723T163000
DTEND;TZID=America/Los_Angeles:20200723T183000
DTSTAMP:20260430T003750
CREATED:20200724T004008Z
LAST-MODIFIED:20200724T004008Z
UID:3986-1595521800-1595529000@www.ayclogic.com
SUMMARY:4:30 PM to 6:30 - Intro To Python
DESCRIPTION:Final Test 2 hours.
URL:https://www.ayclogic.com/event/430-pm-to-630-intro-to-python/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200723T183000
DTEND;TZID=America/Los_Angeles:20200723T193000
DTSTAMP:20260430T003750
CREATED:20200724T024715Z
LAST-MODIFIED:20200724T024715Z
UID:3989-1595529000-1595532600@www.ayclogic.com
SUMMARY:6:30 PM - Intro To Python
DESCRIPTION:We went over the kids final projects.\nWe continued with Baby Name generator program:\n\nWe created generate_random_name(selection) function\nWe call this function inside the while loop when the selection is either “1” or “2”.\n\n\nHomework:\n\nIn the baby name generator\, produce names according to what the user requested. The program ask user “How many names do you want: “. If user enter 2\, then the program suppose to print 2 names. If the user enters 3\, then the program suppose to print 3 names. Hint: use loop to call “generate_random_name(selection)” repeatedly\,
URL:https://www.ayclogic.com/event/630-pm-intro-to-python-18/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200724T180000
DTEND;TZID=America/Los_Angeles:20200724T190000
DTSTAMP:20260430T003750
CREATED:20200725T020858Z
LAST-MODIFIED:20200725T020858Z
UID:3991-1595613600-1595617200@www.ayclogic.com
SUMMARY:6 PM - Pygame Game Development
DESCRIPTION:We continued with Birdie game\n\nWe detected collision between fireball and bird.\nWe added hitbox in both fireball and bird sprites.\nWe kill fireball and bird when they are out of screen so the game can run efficiently.\n\n\nHomework:\n\nLimit the player movement to be inside the screen.
URL:https://www.ayclogic.com/event/6-pm-pygame-game-development/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200725T090000
DTEND;TZID=America/Los_Angeles:20200725T100000
DTSTAMP:20260430T003750
CREATED:20200725T191443Z
LAST-MODIFIED:20200725T191443Z
UID:3997-1595667600-1595671200@www.ayclogic.com
SUMMARY:9 AM - Python Game Development
DESCRIPTION:We loaded and drawn bird01_A.png in the game.\nWe resized Bird01_A.png image.\nHomework:\n\nLoad and draw scene.png into the screen in coordinate 0\, 0.\nLoad and draw bird02_A.png into the screen in coordinate 100\, 100.
URL:https://www.ayclogic.com/event/9-am-python-game-development-14/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
END:VCALENDAR