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:20240113T090000
DTEND;TZID=America/Los_Angeles:20240113T100000
DTSTAMP:20260426T045920
CREATED:20240113T041158Z
LAST-MODIFIED:20240113T041158Z
UID:23432-1705136400-1705140000@www.ayclogic.com
SUMMARY:9 AM - Indo - Python Game Development - Joel
DESCRIPTION:Today we did:\n\nWe started the flappy bird project and created the tube class.\n\nHomework:\n\nMake sure that your coordinates for the create tube is (500\,0). Otherwise\, your tube might not be visible.\nCreate the player class in player.py. You can copy the code from dragonbirdie\, and make it flap its wings using the green duck 1 and 2 images.
URL:https://www.ayclogic.com/event/9-am-indo-python-game-development-joel/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240113T100000
DTEND;TZID=America/Los_Angeles:20240113T110000
DTSTAMP:20260426T045920
CREATED:20240113T040512Z
LAST-MODIFIED:20240113T040512Z
UID:23430-1705140000-1705143600@www.ayclogic.com
SUMMARY:10 AM - Python OOP - Indo - Gamas
DESCRIPTION:Today We Did\n\nWe continued on Monster Inheritance project.\nWe added sword attack feature.\n\nHomework\n\nContinue with the Monster Inheritance project. Add codes for the magic attack. After selecting magic attack\, damage the monster and the monster can also damage the player.\n\nWelcome to AYC Logic adventure game\n1. Add new monster\n2. List all monsters\n3. Start adventure\nPlease make your selection. Enter "quit" to exit: 3\n\nEnter your name: Gamas\nEnter player's health: 100\nHi Gamas\, Welcome to AYC Logic Adventure Game\n\nGamas you have 100 health remaining.\nPlease choose your monster: \n- Dragon - 100 health - 100 Max attack\n- Troll - 50 health - 75 Max attack\n- Water Golem - 50 health - 50 Max attack\nEnter your selection (enter 'stop' to quit the game): dragon\n\nWhat do you want to do with the dragon \n1. Magic attack \n2. Sword attack - 10 to 20 damage \nEnter your selection: 1\n\nWhat kind of magic attack you want to do:\n1. Fire magic - 5 to 10 damage\n2. Water magic - 5 to 10 damage\n3. Earth magic - 5 to 15 damage\n4. Wind magic - 5 to 8 damage\nEnter your selection: 3\nYou attacked Dragon with 10 damage and the Dragon has 90 health remaining.\nDragon attacked you with 52 damage. Your remaining health is -42.
URL:https://www.ayclogic.com/event/10-am-python-oop-indo-gamas-6/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240113T103000
DTEND;TZID=America/Los_Angeles:20240113T113000
DTSTAMP:20260426T045920
CREATED:20240114T050726Z
LAST-MODIFIED:20240114T050726Z
UID:23455-1705141800-1705145400@www.ayclogic.com
SUMMARY:10:30 AM - Intro To Python - Bill
DESCRIPTION:Today We:\n\nWent over variables and learned about data types\n\nYour HW:\n\nCreate a new file called Jan_13_StringHW\nRead through and copy the code from pages 20 to 23\nMake sure to upload the file to your google drive folder when you are done\n\nGo to the google drive folder with your name on it\nClick the button near the top left that says + New\nthen upload file\nFind the Jan_13_StringHW file on your file explorer\nDouble click or select it and click open\nIt will upload immediately after
URL:https://www.ayclogic.com/event/1030-am-intro-to-python-bill-2/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240113T140000
DTEND;TZID=America/Los_Angeles:20240113T150000
DTSTAMP:20260426T045920
CREATED:20240113T230318Z
LAST-MODIFIED:20240113T230533Z
UID:23435-1705154400-1705158000@www.ayclogic.com
SUMMARY:2 PM – Python Game Development – Sebastian
DESCRIPTION:Today We Did \n\nCompleted the motion for Tube & Coin classes (movement is just changing the x & y attributes)\nGave coins multiple images to blit while playing the game (cycle through list of images)\nStarted adding hit boxes for all classes\nYou can always find the code we wrote in class in my Gitlab repository here:\nhttps://gitlab.com/gsugiart/sat-2-pm-dragon-birdie/-/tree/Sebastian?ref_type=heads\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\nHomework: Recall we added a rectangle hitbox to our Player class in player.py\, now add similar rectangles to all our other sprites (tube & coin).
URL:https://www.ayclogic.com/event/2-pm-python-game-development-sebastian-3/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240113T143000
DTEND;TZID=America/Los_Angeles:20240113T153000
DTSTAMP:20260426T045920
CREATED:20240113T233530Z
LAST-MODIFIED:20240113T233530Z
UID:23439-1705156200-1705159800@www.ayclogic.com
SUMMARY:2:30 PM - Intro To Competitive Programming - Gamas
DESCRIPTION:Today We Did\n\nWe went over Candy Cane Festival USACO December 2023 solution. http://usaco.org/index.php?page=viewproblem2&cpid=1347\nWe went over Milking Order Solution – http://www.usaco.org/index.php?page=viewproblem2&cpid=832\n\nHomework\n\nTry to do Cowntact Tracing 2 problem in http://usaco.org/index.php?page=viewproblem2&cpid=1348
URL:https://www.ayclogic.com/event/230-pm-intro-to-competitive-programming-gamas-14/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240113T153000
DTEND;TZID=America/Los_Angeles:20240113T163000
DTSTAMP:20260426T045920
CREATED:20240120T005759Z
LAST-MODIFIED:20240120T005759Z
UID:23528-1705159800-1705163400@www.ayclogic.com
SUMMARY:3:30 PM – Adv Python Game Dev – Latisha
DESCRIPTION:Today We Did\n\nWe made the Tank shooting the direction of the mouse pointer.\n\nHomework\n\nMake a hitbox for the bullet (self.rect) and blit it to the screen if DEBUG is true.\n If the bullet collides with a Wall of type WALL_FLAG\, make the Wall and the Bullet disappear. If the wall is NOT type WALL_FLAG\, do NOT make the wall and bullet disappear.
URL:https://www.ayclogic.com/event/330-pm-adv-python-game-dev-latisha-5/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240113T160000
DTEND;TZID=America/Los_Angeles:20240113T170000
DTSTAMP:20260426T045920
CREATED:20240114T021613Z
LAST-MODIFIED:20240114T021613Z
UID:23443-1705161600-1705165200@www.ayclogic.com
SUMMARY:4 PM – Intro To Java – William
DESCRIPTION:Today We Did\n\nFinished SchoolApplication2\n\nfindStudentByID()\ninitializeMaps()\nConverted teacher list to hashmap\n\n\nStarted debugging PetSystem.java\n\nHomework\n\nFinish debugging PetSystem.java\n\nhttps://www.ayclogic.com/fix-java-error/\n\n\nComplete this practice quiz. We will review it next lesson!\n\nhttps://forms.gle/9ujNwnnBiZGjXmL88\n\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-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240113T170000
DTEND;TZID=America/Los_Angeles:20240113T180000
DTSTAMP:20260426T045920
CREATED:20240114T022334Z
LAST-MODIFIED:20240114T022334Z
UID:23445-1705165200-1705168800@www.ayclogic.com
SUMMARY:5 PM – Intro to Python – William
DESCRIPTION:Today We Did\n\nLearned about functions with return values\n\nConverted hello()\, add() functions to return a value\n\n\n\nHomework\nCreate the following file: \n\nJan13_FunctionsNoReturnHW.py\n\nComplete Exercises 4-7 at: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/\n#7 needs a return value\, try your best!\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-12/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240113T170000
DTEND;TZID=America/Los_Angeles:20240113T180000
DTSTAMP:20260426T045920
CREATED:20240121T010040Z
LAST-MODIFIED:20240121T010040Z
UID:23549-1705165200-1705168800@www.ayclogic.com
SUMMARY:5 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe created Magic8Ball project.\n\nHomework\n\nContinue on your individual game project the due date is Feb 10\, 2024.
URL:https://www.ayclogic.com/event/5-pm-android-game-dev-gamas-22/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240113T180000
DTEND;TZID=America/Los_Angeles:20240113T190000
DTSTAMP:20260426T045920
CREATED:20240114T031220Z
LAST-MODIFIED:20240114T031220Z
UID:23448-1705168800-1705172400@www.ayclogic.com
SUMMARY:6 PM – Scratch 1 – Yitong Liu
DESCRIPTION:Today we:\n\nContinued the Custom Birthday Card project.\n\nHomework:\n\nChange where the Banner and Cake sprites start and end.\n\nThe arrows show how the sprites are supposed to move.\n\n\n\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\nNO CLASS NEXT WEEK! We will be back on January 6th\, 2024. \nPoints:\n\nSadev:      IIIII\nPahan:      III\nRoman:     IIIII\nBenjamin:  I\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-6/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240113T180000
DTEND;TZID=America/Los_Angeles:20240113T190000
DTSTAMP:20260426T045920
CREATED:20240114T034001Z
LAST-MODIFIED:20240114T034001Z
UID:23453-1705168800-1705172400@www.ayclogic.com
SUMMARY:6 PM - Scratch 1 - Abigail
DESCRIPTION:What we did today\n\nWe finished working on the Custom Birthday Card\nWe started working on the Punch the Dummy project.\n\nHomework\n\nDuplicate the head sprite and change the mouth to a sad/angry expression.\nImport the “POW” sprite from “project resources” from our website.\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/6-pm-scratch-1-abigail-40/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20240113T183000
DTEND;TZID=America/Los_Angeles:20240113T193000
DTSTAMP:20260426T045920
CREATED:20240114T032829Z
LAST-MODIFIED:20240114T032829Z
UID:23451-1705170600-1705174200@www.ayclogic.com
SUMMARY:6:30 PM – AI / ML – Shawn
DESCRIPTION:Today We Did\n\nWrote streamlit code for Pet Classification\n\nHomework\n\nDeploy Pet Classification to the internet. To do this\, you do the following\n\nUpload the code to a GitHub repository.\nLogin here: https://share.streamlit.io/ and create a new app\, link it to the repository\, change the “main file path” to whatever your python file is called (server.py or main.py)\, and deploy.\nIf this doesn’t work email szhuang@ayclogic.com with any questions.
URL:https://www.ayclogic.com/event/630-pm-ai-ml-shawn-5/
END:VEVENT
END:VCALENDAR