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:20240310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20241103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240224T090000
DTEND;TZID=America/Los_Angeles:20240224T100000
DTSTAMP:20260426T070254
CREATED:20240224T031409Z
LAST-MODIFIED:20240224T031409Z
UID:24026-1708765200-1708768800@www.ayclogic.com
SUMMARY:SAT - 9 AM - Indo - Python Game Development - Joel
DESCRIPTION:Today we did:\n\nWe finished the rest of the game_landing_page\nWe started working on the credits page\n\nHomework:\n\nFinish the rest of the credits (if you need to move the credits_x for a long credit\, go ahead).\nCreate a new function called detect_player_location(). Inside the function\, check if the player’s y is greater than the top of the screen. If it is\, change the game mode to game over. Call this function in the game in session function.
URL:https://www.ayclogic.com/event/sat-9-am-indo-python-game-development-joel/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240224T103000
DTEND;TZID=America/Los_Angeles:20240224T113000
DTSTAMP:20260426T070254
CREATED:20240224T193348Z
LAST-MODIFIED:20240224T193348Z
UID:24034-1708770600-1708774200@www.ayclogic.com
SUMMARY:10:30 AM - Intro To Python - Bill
DESCRIPTION:Today We:\n\nLearned how to get user input and ignore case\nLearned how to have if statements accept multiple correct answers\n\nYour HW:\n\nNone\n\n 
URL:https://www.ayclogic.com/event/1030-am-intro-to-python-bill-7/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240224T140000
DTEND;TZID=America/Los_Angeles:20240224T150000
DTSTAMP:20260426T070254
CREATED:20240226T152550Z
LAST-MODIFIED:20240226T152706Z
UID:24064-1708783200-1708786800@www.ayclogic.com
SUMMARY:2 PM – Python Game Development – Sebastian
DESCRIPTION:Today We Did \n\nBegan shoot balloon project\nCompleted cloning and project setup for our individual projects\nYou can always find the code we wrote in class in my Gitlab repository here:\nhttps://gitlab.com/gsugiart/sat-2-pm-shoot-balloon-sebastian\nAYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nPlease complete each section in your project proposals.\nIf you can’t finish everything in time\, finish as much as possible so we can finish the rest in class.
URL:https://www.ayclogic.com/event/2-pm-python-game-development-sebastian-8/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240224T153000
DTEND;TZID=America/Los_Angeles:20240224T163000
DTSTAMP:20260426T070254
CREATED:20240225T003112Z
LAST-MODIFIED:20240225T003112Z
UID:24036-1708788600-1708792200@www.ayclogic.com
SUMMARY:3:30 PM - Adv Python Game Dev - Latisha
DESCRIPTION:Gama Sub \nToday We Did\n\nWe explained on how we are utilizing python simpleai library.\nWe showed the game_walk.py example of using simpleai library.\nWe created maze_solver.py class.\n\nHomework\n\nAdd collision detection between enemy bullet and player.\n\nWhen collide\, change the game mode to GAME_LOSE.\n\n\nAdd collision detection between player bullet and enemy.\n\nWhen collide\, change the game mode to GAME_WIN.
URL:https://www.ayclogic.com/event/330-pm-adv-python-game-dev-latisha-10/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240224T160000
DTEND;TZID=America/Los_Angeles:20240224T170000
DTSTAMP:20260426T070254
CREATED:20240225T022153Z
LAST-MODIFIED:20240225T022153Z
UID:24042-1708790400-1708794000@www.ayclogic.com
SUMMARY:4 PM – Intro To Java – William
DESCRIPTION:Today We Did\n\n\n\n\nChecked player death\nImplemented arrow attack\nStarted implementing magic attack\nAdded fire immunity to Dragon using an overridden method\n\nHomework\nContinue working on MonsterInheritance: \n\nImplement the magic attacks in the main class using takeMagicDamage()\nCreate a new Troll class that is a subclass of Dragon. Trolls are immune to earth magic:\nWhat do you want to do with the Troll:\n1. Magic attack\n2. Sword attack\n3. Arrow attack\n4. Heal Monster\nEnter your selection: 1\n\nMAGIC ATTACK MONSTER\n\nSelect your magic attack for Troll:\n1. Fire magic - 10 damage\n2. Water magic - 10 damage\n3. Earth magic - 12 damage\n4. Wind magic - 8 damage\nEnter your selection: 3\n\nTroll is immune to earth magic! No damage dealt.\n\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-william-13/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240224T170000
DTEND;TZID=America/Los_Angeles:20240224T180000
DTSTAMP:20260426T070254
CREATED:20240225T021518Z
LAST-MODIFIED:20240225T021518Z
UID:24040-1708794000-1708797600@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nDebugged FixingPythonBugs.py\nReviewed common Python errors\n\nHomework\nCreate the following files: \n\nFixingPythonBugs2.py\n\nCopy and paste the code from the following website & fix errors until it runs correctly without errors: https://www.ayclogic.com/fix-python-bugs-2/\n\n\nQuiz2Prep.py\n\nComplete the exercises at: https://www.ayclogic.com/intro-to-python-exercises-for-quiz-2/\n\n\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/5-pm-intro-to-python-william-17/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240224T173000
DTEND;TZID=America/Los_Angeles:20240224T183000
DTSTAMP:20260426T070254
CREATED:20240225T022922Z
LAST-MODIFIED:20240225T022922Z
UID:24039-1708795800-1708799400@www.ayclogic.com
SUMMARY:5:30 PM — Python OOP — Shawn
DESCRIPTION:Today We Did\n\nFinished GroceryShoppingCart\nIntro to OOP\n\nHomework\n\nChange RobuxShoppingCart to use dictionary. This is very similar to ShoppingCart using dictionary\n\nIf you have any questions\, please message me at szhuang@ayclogic.com
URL:https://www.ayclogic.com/event/530-pm-python-oop-shawn-3/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240224T180000
DTEND;TZID=America/Los_Angeles:20240224T190000
DTSTAMP:20260426T070254
CREATED:20240225T030145Z
LAST-MODIFIED:20240225T030145Z
UID:24046-1708797600-1708801200@www.ayclogic.com
SUMMARY:6 PM – Scratch 1 – Yitong Liu
DESCRIPTION:Today we:\n\nFinished the Virtual Snow project.\n\nHomework:\n\nIn your pink coding book\, do page 149\, steps #10-12.\n\nSubmit your homework here: yitong@ayclogic.com \n\nHomework is due by FRIDAY NIGHT.\nDon’t forget to share your project\, otherwise\, I cannot see it.\n\nPoints:\n\nSadev:      IIIII I\nPahan:      IIIII IIIII\nRoman:     IIIII IIIII\nBenjamin:  II\nEmma:      II\n\nSTUDENTS OF THE MONTH!!!\n(NOVEMBER)\n\nSadev\nRoman\nPahan\n\nHow to submit homework:\n\nGo to your email and compose a new message.\n\n\n\n\nGo to the coding homework calendar to copy my email address and paste it into the email message.\n\n\n\n\n\nGo to your project and make sure it is SHARED. Copy the link and paste it into the email message.\n\n\n\n\n\n\nThis is what your email message should look like when you’re done.
URL:https://www.ayclogic.com/event/6-pm-scratch-1-yitong-liu-12/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240224T183000
DTEND;TZID=America/Los_Angeles:20240224T193000
DTSTAMP:20260426T070254
CREATED:20240225T032448Z
LAST-MODIFIED:20240225T032448Z
UID:24048-1708799400-1708803000@www.ayclogic.com
SUMMARY:SAT 06:30 PM – AI/ML – Shawn
DESCRIPTION:Today We Did\n\nContinued Boston House Prices\n\nHomework\n\nFinish Kaggle/Colab side of final project.\nTry to start PyCharm/Streamlit part of project\n\nIf you have any questions\, email me at szhuang@ayclogic.com.
URL:https://www.ayclogic.com/event/sat-0630-pm-ai-ml-shawn-2/
END:VEVENT
END:VCALENDAR