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:20210918T180000
DTEND;TZID=America/Los_Angeles:20210918T190000
DTSTAMP:20260512T031321
CREATED:20210919T020443Z
LAST-MODIFIED:20210919T020443Z
UID:9467-1631988000-1631991600@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:Homework\n\nIn Shooting Balloon\, change the code in main.py and bug.py so that when the player pop the bug\, the bug costumes change to use dizzy bug instead of flying bug. And also\, when the bug is dizzy\, make the bug falls down.\nLook at how we did similar thing in Flappy Duck.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-163/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210918T120000
DTEND;TZID=America/Los_Angeles:20210918T130000
DTSTAMP:20260512T031321
CREATED:20210918T195938Z
LAST-MODIFIED:20210918T212826Z
UID:9444-1631966400-1631970000@www.ayclogic.com
SUMMARY:12 PM - Python Game Development
DESCRIPTION:Today \n\nWe went over the inheritance homework\nWe added the blue background and moved the configs to a config file.\n\nHomework \n\nUse one of the bird filenames to load up an image and draw it on the screen after you draw the blue background. I’ve uploaded the source code here.
URL:https://www.ayclogic.com/event/12-pm-python-game-development-24/
CATEGORIES:Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210916T190000
DTEND;TZID=America/Los_Angeles:20210916T200000
DTSTAMP:20260512T031321
CREATED:20210917T030759Z
LAST-MODIFIED:20210917T031312Z
UID:9413-1631818800-1631822400@www.ayclogic.com
SUMMARY:7 PM - Python Game Development
DESCRIPTION:Homework\n\nWhen target pop the regular balloon\, play plop.wav sound effect\nWhen target pop the bad balloon\, play explodify.wav sound effect\nLoad assets/bug/birdchirp2.wav inside bug.py and play the sound when a bug is created.\nIf you have not done the landing page and game win page\, please do it. This is supposed to be last week homework.\n\n 
URL:https://www.ayclogic.com/event/7-pm-python-game-development-82/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210915T180000
DTEND;TZID=America/Los_Angeles:20210915T190000
DTSTAMP:20260512T031321
CREATED:20210916T015826Z
LAST-MODIFIED:20210916T015826Z
UID:9396-1631728800-1631732400@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:Today \n\nWe went over the final projects.\nWe reviewed how gravity works in Flappy Duck and discussed how similar logic could be applied to Adventure Run for jumping.\nWe added collision detection between the target and balloons.\n\nHomework \n\nContinue working on Adventure Run.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-162/
CATEGORIES:Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210911T180000
DTEND;TZID=America/Los_Angeles:20210911T190000
DTSTAMP:20260512T031321
CREATED:20210912T015810Z
LAST-MODIFIED:20210912T015810Z
UID:9356-1631383200-1631386800@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:Homework\n\nMake the bug appear on the screen once every 5 seconds\, moving left or right. Make the bug move really fast.\nAdd collision detection between bug and target.\nWhen you click on the bug\, display the explode_score sprite and make the bug disappear.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-161/
CATEGORIES:Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210911T150000
DTEND;TZID=America/Los_Angeles:20210911T160000
DTSTAMP:20260512T031321
CREATED:20210911T225929Z
LAST-MODIFIED:20210911T231807Z
UID:9335-1631372400-1631376000@www.ayclogic.com
SUMMARY:3 PM - Python Game Development
DESCRIPTION:Homework for Corey\, Bradley\, Raelyn\n\nPlease make sure the bullet appear on the screen and moving to the right.\nLaunch bullet from left side of the screen once every 3 seconds going to the right.\nInside enemy.py\, assign a different health and speed according to self.enemy_type.\n\nHomework for Kyle and Anderson\n\nDisplayed the health and the coins in a bigger font\, try size 30.\n\nHomework for everyone\n\nWhen self.health goes to 0\, change the game_mode to GAME_OVER and display GAME OVER page.\nInside main.py\, add a new class attribute self.coins = 1000. Similar to score and health\, display the coins on the screen near the top.
URL:https://www.ayclogic.com/event/3-pm-python-game-development-42/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210911T120000
DTEND;TZID=America/Los_Angeles:20210911T130000
DTSTAMP:20260512T031321
CREATED:20210911T201049Z
LAST-MODIFIED:20210911T202151Z
UID:9327-1631361600-1631365200@www.ayclogic.com
SUMMARY:12 PM - Python Game Development - Chet
DESCRIPTION:Today We Do\n\nWe reviewed Car and ElectricCar classes and how ElectricCar inherits Car class.\nWe reviewed how ElectriCar class can override fill_up_the_gas method.\nI uploaded the files that we did in the class today in here: https://drive.google.com/drive/folders/1HTpfefGJBLnFg5SozZ3It7lHtnmlLc_z?usp=sharing\n\nHomework\n\nDo TRY IT YOURSELF from page 173. Just do the 9-6 Ice Cream Stand
URL:https://www.ayclogic.com/event/12-pm-python-game-development-chet/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210909T190000
DTEND;TZID=America/Los_Angeles:20210909T200000
DTSTAMP:20260512T031321
CREATED:20210910T025456Z
LAST-MODIFIED:20210910T025456Z
UID:9310-1631214000-1631217600@www.ayclogic.com
SUMMARY:7 PM - Python Game Development
DESCRIPTION:Today We Do\n\nWe started doing the loader images loop. Still work in progress\n\nHomework\n\nDisplay “assets/balloon_title.png” and play_button.png in the landing page\nAdd count down timer when game is in session. Look at how we did this in the Flappy Duck.\nWhen the count_down timer goes to 0\, switch to GAME_WIN mode.
URL:https://www.ayclogic.com/event/7-pm-python-game-development-81/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210908T190000
DTEND;TZID=America/Los_Angeles:20210908T200000
DTSTAMP:20260512T031321
CREATED:20210909T031936Z
LAST-MODIFIED:20210909T031936Z
UID:9300-1631127600-1631131200@www.ayclogic.com
SUMMARY:7 PM - Python Game Development
DESCRIPTION:Today \n\nWe went over the final projects\, congratulations on finishing!\nWe added the loading screen to shoot balloon. I’ve uploaded the source code here.\n\n 
URL:https://www.ayclogic.com/event/7-pm-python-game-development-80/
CATEGORIES:Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210908T180000
DTEND;TZID=America/Los_Angeles:20210908T190000
DTSTAMP:20260512T031321
CREATED:20210909T015619Z
LAST-MODIFIED:20210909T015619Z
UID:9298-1631124000-1631127600@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:Today \n\nWe went over the final project\nWe also added the target sprite.\n\nHomework \n\nAdd some more details to your project proposal include more details for the timeline.\nFollow what you’re planning to do for the final project: https://docs.google.com/document/d/1zbJIugbKZMLdL5yacIxPQP5wf_xAwZxfD6n9hnzA6gs/edit\n\n 
URL:https://www.ayclogic.com/event/6-pm-python-game-development-160/
CATEGORIES:Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210902T190000
DTEND;TZID=America/Los_Angeles:20210902T200000
DTSTAMP:20260512T031321
CREATED:20210903T030904Z
LAST-MODIFIED:20210903T030904Z
UID:9262-1630609200-1630612800@www.ayclogic.com
SUMMARY:7 PM - Python Game Development
DESCRIPTION:Today We Do\n\nWe continued with Shoot Balloon project by making the bug moves left and right.\nWe added a feature to kill the bug when it collides with the Target sprite.\nWe made all good balloons explode when we kill the bug.\n\nHomework\n\nWhen we kill the bug\, display the explosion sprite with the bug speed as its score.\nPlay sound effect assets/collect5.wav
URL:https://www.ayclogic.com/event/7-pm-python-game-development-79/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210901T190000
DTEND;TZID=America/Los_Angeles:20210901T200000
DTSTAMP:20260512T031321
CREATED:20210902T023756Z
LAST-MODIFIED:20210902T030148Z
UID:9242-1630522800-1630526400@www.ayclogic.com
SUMMARY:7 PM - Python Game Development
DESCRIPTION:Today: \n\nWe went over the final project.\nWe added some sound effects in shoot balloon. I’ve uploaded the source code here.\n\nYitong/Spencer: \n\nCreate a credits page to list\, team members\, AycLogic School (Spencer) — add a credit button on the game win page.  Also include some sound effects (Yitong) — you can look here for sound effects and music.\n\nAydan/Anson: \n\nAdd “AYC Logic” to the credit page.\nAdd sounds effects:\n\nPlayer hit sound\, shooting sound.\n\n\n\nYou final projects are due next week September 8th. \n 
URL:https://www.ayclogic.com/event/7-pm-python-game-development-78/
CATEGORIES:Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210901T180000
DTEND;TZID=America/Los_Angeles:20210901T190000
DTSTAMP:20260512T031321
CREATED:20210902T015939Z
LAST-MODIFIED:20210902T015939Z
UID:9239-1630519200-1630522800@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:Today: \n\nWe went over the final project\nCreated a plan and divided projects.\nWe added the balloon sprite\n\nHomework: \n\nFollow your plan for the final project.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-159/
CATEGORIES:Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210828T180000
DTEND;TZID=America/Los_Angeles:20210828T190000
DTSTAMP:20260512T031321
CREATED:20210829T005645Z
LAST-MODIFIED:20210829T015724Z
UID:9193-1630173600-1630177200@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:Today We Do\n\nWe reviewed final projects from each team.\nWe continued with Shoot Balloon project.\n\nHomework\n\nThere is no class on September 4 because of labor day weekend. The class will resume on September 11.\nFinished whatever left over on your Final Project. This is an extension\, it is supposed to be due today.\nIn shoot balloon project do the following 3 things then target collide with balloon and user click the mouse\n\nIncrease score according to balloon.speed\nplay plop.wav sound effect\nDisplay score on the screen.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-158/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210828T130000
DTEND;TZID=America/Los_Angeles:20210828T140000
DTSTAMP:20260512T031321
CREATED:20210828T215405Z
LAST-MODIFIED:20210828T220247Z
UID:9170-1630155600-1630159200@www.ayclogic.com
SUMMARY:1 PM - Python Game Development
DESCRIPTION:Today \n\nWe went over the final projects.\nMake sure you check your project is working before you commit changes.  Work with your teammate to also make sure it still works on their computer.\n\nHomework \n\nContinue your final projects.  Email questions to chet@ayclogic.com.
URL:https://www.ayclogic.com/event/1-pm-python-game-development-32/
CATEGORIES:Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210828T120000
DTEND;TZID=America/Los_Angeles:20210828T130000
DTSTAMP:20260512T031321
CREATED:20210828T195759Z
LAST-MODIFIED:20210828T220438Z
UID:9166-1630152000-1630155600@www.ayclogic.com
SUMMARY:12 PM - Python Game Development
DESCRIPTION:Today: \n\n Introductions and class overview\nReview how to create and use classes.\nLearned about inheritance: Student/Human example.\n\nHomework: \n\nRead and do the examples and exercises from page 167 to page 169.
URL:https://www.ayclogic.com/event/12-pm-python-game-development-23/
CATEGORIES:Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210826T190000
DTEND;TZID=America/Los_Angeles:20210826T200000
DTSTAMP:20260512T031321
CREATED:20210827T032955Z
LAST-MODIFIED:20210827T032955Z
UID:9138-1630004400-1630008000@www.ayclogic.com
SUMMARY:7 PM - Python Game Development
DESCRIPTION:Today We Do\n\nWe reviewed Python game projects from each team.\nWe continued with Shoot Balloon project\n\nHomework\n\nThere are some polishing and final touch still need to be done with each team’s Python game projects\, please do them.\nIn Shoot Balloon project\, make the bug move left and right. When they are off the screen\, kill the bug.
URL:https://www.ayclogic.com/event/7-pm-python-game-development-77/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210821T180000
DTEND;TZID=America/Los_Angeles:20210821T190000
DTSTAMP:20260512T031321
CREATED:20210822T030754Z
LAST-MODIFIED:20210822T030754Z
UID:9097-1629568800-1629572400@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:Today We Do\n\nWe reviewed each team Game Project\nWe forgot to do Game Credit page in Flappy Duck\, so we finished that today.\n\nHomework\n\nThe team Game project is due next week\, please finish them by next week. If you need help\, please schedule an extra class with me. Thank you.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-157/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210821T130000
DTEND;TZID=America/Los_Angeles:20210821T140000
DTSTAMP:20260512T031321
CREATED:20210821T210011Z
LAST-MODIFIED:20210821T210129Z
UID:9081-1629550800-1629554400@www.ayclogic.com
SUMMARY:1 PM - Python Game Development
DESCRIPTION:Today \n\nWe went over the final projects\nWe added the balloon sprite to shoot ballon\n\nHomework \n\nMake sure to commit your changes to gitlab as outline in the final project plan.\nAddress my comments on your final project.
URL:https://www.ayclogic.com/event/1-pm-python-game-development-31/
CATEGORIES:Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210818T190000
DTEND;TZID=America/Los_Angeles:20210818T200000
DTSTAMP:20260512T031321
CREATED:20210819T022724Z
LAST-MODIFIED:20210819T030409Z
UID:9053-1629313200-1629316800@www.ayclogic.com
SUMMARY:7 PM - Python Game Development
DESCRIPTION:Today: \n\nWe went over the final projects\nWe finished up shoot balloon.\n\nHomework: \nAydan/Anson \n\nAdd logo for landing page.\nFix problem with buttons switching game modes correctly (make sure the back button doesn’t overlap with the other buttons.\nAdd some shooting sound effects.\nFix random lane issue.\n\nYitong/Spencer: \n\nUser the correct assets for the landing page (Spencer).\nAdd a winning zone sprite which switches the game mode on collision. (Spencer)\nAdd a winning page (Spencer)\nAdd a game over page (Spencer)
URL:https://www.ayclogic.com/event/7-pm-python-game-development-76/
CATEGORIES:Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210818T180000
DTEND;TZID=America/Los_Angeles:20210818T190000
DTSTAMP:20260512T031321
CREATED:20210819T015054Z
LAST-MODIFIED:20210819T015054Z
UID:9043-1629309600-1629313200@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:Today: \n\nWe went over the final project proposal\nWe went over how to commit and push code to gitlab.\nWe started the shoot balloon project.\n\nHomework: \n\nAdd more details to you final project with a story describing what happens when you play the game.\nDetermine what sprites\, components\, and different pages are in your game and figure out how you want to divide the work.\nLoad the background image when starting the game.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-156/
CATEGORIES:Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210814T180000
DTEND;TZID=America/Los_Angeles:20210814T190000
DTSTAMP:20260512T031321
CREATED:20210819T012424Z
LAST-MODIFIED:20210819T012424Z
UID:9046-1628964000-1628967600@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:Today We Do\n\nWe reviewed Final Projects progress\nWe continued with Shoot Balloon project.\n\nHomework\n\nContinue making progress of your Final project.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-155/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210814T150000
DTEND;TZID=America/Los_Angeles:20210814T160000
DTSTAMP:20260512T031321
CREATED:20210819T011757Z
LAST-MODIFIED:20210819T011757Z
UID:9042-1628953200-1628956800@www.ayclogic.com
SUMMARY:3 PM - Python Game Development
DESCRIPTION:Today We Do\n\nWe started the enemy waves code today. Still work in progress\n\nHomework\n\nAdd LANDING_PAGE and GAME_IN_SESSION in config.py.\nin main.py \, add code to display landing page. The landing page should use “assets/images/td-gui/PNG/menu/button_play.png” for the play button.’\nLook at how we did landing page in Birdie and Flappy Duck project.
URL:https://www.ayclogic.com/event/3-pm-python-game-development-40/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210814T130000
DTEND;TZID=America/Los_Angeles:20210814T140000
DTSTAMP:20260512T031321
CREATED:20210814T214421Z
LAST-MODIFIED:20210814T214421Z
UID:9002-1628946000-1628949600@www.ayclogic.com
SUMMARY:1 PM -  Python Game Development
DESCRIPTION:Today \n\nWe went over the final projects\nWe learned how to commit code inside pycharm and push it to gitlab.\n\nHomework \n\nMake sure that you are able to push a commit to your project.\nAdd a plan to the first month of your project.\nAdd the background image to your final project.\n\n 
URL:https://www.ayclogic.com/event/1-pm-python-game-development-30/
CATEGORIES:Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210812T190000
DTEND;TZID=America/Los_Angeles:20210812T200000
DTSTAMP:20260512T031321
CREATED:20210813T034557Z
LAST-MODIFIED:20210813T034557Z
UID:8981-1628794800-1628798400@www.ayclogic.com
SUMMARY:7 PM - Python Game Development
DESCRIPTION:Today We Do\n\nWe continued with Shoot Balloon project.\n\nHomework\n\nYour Game project is due on August 19.
URL:https://www.ayclogic.com/event/7-pm-python-game-development-75/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210811T190000
DTEND;TZID=America/Los_Angeles:20210811T200000
DTSTAMP:20260512T031321
CREATED:20210812T021611Z
LAST-MODIFIED:20210812T030229Z
UID:8968-1628708400-1628712000@www.ayclogic.com
SUMMARY:7 PM - Python Game Development
DESCRIPTION:Today \n\nWe went over the final projects\nWe added the landing page\, and countdown timers to shoot balloon. I’ve uploaded the source code here.\n\nHomework \nAydan/Anson \n\nAdd logo for landing page.\nFix spawn for cars.\nFix problem with buttons switching game modes correctly.\nAdd sound effects.\nFix background & remove tent like object.\n\nYitong/Spencer: \n\nAdd in some sounds effects for collision. (Yitong)\nMake sure the collision between car and player sets the mode to a GAME_OVER mode. (Yitong)\nAdd a winning zone sprite which switches the game mode on collision. (Spencer)\nAdd a winning page. (Spencer)\nAdd a game over page. (Spencer)
URL:https://www.ayclogic.com/event/8968/
CATEGORIES:Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210811T180000
DTEND;TZID=America/Los_Angeles:20210811T190000
DTSTAMP:20260512T031321
CREATED:20210812T020118Z
LAST-MODIFIED:20210812T020140Z
UID:8961-1628704800-1628708400@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:Today: \nWe went over how to use gitlab. \nWe started shoot balloon. \n  \nHomework: \n\nMeet to discuss the final project — Sunday in the morning 10 to 11.\nChoose a final project: define victory conditions\, losing conditions\, and buy or choose game assets.  Create a google docs document listing these things.
URL:https://www.ayclogic.com/event/6-pm-python-game-development-154/
CATEGORIES:Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210807T180000
DTEND;TZID=America/Los_Angeles:20210807T190000
DTSTAMP:20260512T031321
CREATED:20210808T030905Z
LAST-MODIFIED:20210808T030905Z
UID:8902-1628359200-1628362800@www.ayclogic.com
SUMMARY:6 PM - Python Game Development
DESCRIPTION:Today We Do\n\nWe reviewed everyone’s final project progress\nWe continued with Shoot Balloon project\n\nHomework\n\nContinued with your final project progress
URL:https://www.ayclogic.com/event/6-pm-python-game-development-153/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210807T130000
DTEND;TZID=America/Los_Angeles:20210807T140000
DTSTAMP:20260512T031321
CREATED:20210807T205634Z
LAST-MODIFIED:20210807T210458Z
UID:8880-1628341200-1628344800@www.ayclogic.com
SUMMARY:1 PM - Python Game Development
DESCRIPTION:Today \n\nWe fixed the Flappy Duck credit button. I’ve uploaded the source code here.\nWe went over how to clone source code from Gitlab.\nWe went over the final project proposal\n\nHomework: \n\nMeet with you team to discuss the final project proposal.\nBuy some game assets.\nWrite google docs final project proposal.  You can follow the example here. You don’t need to include a timeline yet.  Include a Title section\, an Assets section\, and a Story section.  Also include a Components section that lists the different sprites and components how you will divide them with your teammate.\nDownload the shoot balloon project.
URL:https://www.ayclogic.com/event/1-pm-python-game-development-29/
CATEGORIES:Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20210804T190000
DTEND;TZID=America/Los_Angeles:20210804T200000
DTSTAMP:20260512T031321
CREATED:20210805T021938Z
LAST-MODIFIED:20210805T040257Z
UID:8824-1628103600-1628107200@www.ayclogic.com
SUMMARY:7 PM - Python Game Development
DESCRIPTION:Today: \n\nWe went over the final projects.\nWe added in collision detection and animation for the bug.\n\nAydan/Anson: \n\nMake sure invulnerability mode switches back to damage mode after a timer expires.\nInvulnerability mode should work for car collisions.\nIndicate if player is in invulnerability mode.\nAdd logo for landing page.\nAdd back button to the credit page.\nAdd sound effects.\n\nYitong/Spencer: \n\nAdd in some sounds effects for collision. (Yitong)\nMake sure the collision between car and player sets the mode to a GAME_OVER mode. (Yitong)\nAdd a winning zone sprite which switches the game mode on collision. (Spencer)\nAdd a winning page. (Spencer)\nAdd a game over page. (Spencer)
URL:https://www.ayclogic.com/event/7-pm-python-game-development-74/
CATEGORIES:Python Game Development
END:VEVENT
END:VCALENDAR