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:20230312T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20231105T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230422T090000
DTEND;TZID=America/Los_Angeles:20230422T100000
DTSTAMP:20260423T052138
CREATED:20230422T023426Z
LAST-MODIFIED:20230422T030020Z
UID:19058-1682154000-1682157600@www.ayclogic.com
SUMMARY:9 AM - Indo - Intro To Python - Gamas
DESCRIPTION:Homework\n\nContinue with April15_RobotBuilder.java\nCreate a new function right_arm(x\,y\,color)\nInside this right_arm function\, you need to draw one right arm which composed of 2 rectangles. This is very similar to left_arm function.\nAfter the right arm functions are done\, call it three times so you have 3 arms on the right.
URL:https://www.ayclogic.com/event/9-am-indo-intro-to-python-gamas-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230422T093000
DTEND;TZID=America/Los_Angeles:20230422T103000
DTSTAMP:20260423T052138
CREATED:20230422T184154Z
LAST-MODIFIED:20230422T184154Z
UID:19064-1682155800-1682159400@www.ayclogic.com
SUMMARY:9:30 AM – Scratch 1 – Yitong
DESCRIPTION:Today we:\n\nMade the Banner tilt back and forth.\nAdded the Birthday song and made the Shark sprites sing back and forth.\nFinished the Birthday Card project.\nStarted the Custom Birthday Card project.\nAdded the Arrow sprite.\nAdded the Eiffel Tower background.\n\nHomework:\n\nAdd the second Arrow sprite. It should face towards the left and start at the right side of the screen.\nFind 1 picture of your mom and 2 pictures of yourself. You should have 3 pictures in total.\n\n\n\n\nSubmit your homework to this email: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/930-am-scratch-1-yitong-12/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230422T103000
DTEND;TZID=America/Los_Angeles:20230422T113000
DTSTAMP:20260423T052138
CREATED:20230422T183044Z
LAST-MODIFIED:20230422T183044Z
UID:19062-1682159400-1682163000@www.ayclogic.com
SUMMARY:10:30 AM – Scratch 2 – Yitong
DESCRIPTION:Today we:\n\nFinished the Lightning Bomb sprite.\nCreated and finished the Fireball Power Up sprite.\nFinished the Asteroid sprite.\nAdded collision code for the Rocketship sprite and the Asteroid clones\, and the Asteroid clones and the Lightning Bomb clones.\nAdded invisible walls for the Rocketship sprite for the top and left sides of the screen.\nAdded the Fireball variable and kept track of Fireball clones being made and deleted.\nAdded game over code.\n\nHomework:\n\nAdd an invisible wall for the right side of the screen. The Rocketship sprite should stop once the x is past 200. Do this code in the if D-key pressed code.\nAdd an invisible wall for the bottom of the screen. The Rocketship sprite should stop once the y is past -150. Do this code in the if S-key pressed code.\nAdd a Lightning Bomb variable. Set the variable to 5 at the beginning of the game. Each time the B-key is pressed\, check if you have more than 0 Lightning Bombs. When you create a clone\, make the Lightning Bomb variable go down by 1.\nMake a Lightning Bomb Power Up sprite. Do the same code that we did for our Fireball Power Up. When you pick up a Lightning Bomb Power Up clone\, make the Lightning Bomb variable go up by 1.\n\nSubmit your homework here: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/1030-am-scratch-2-yitong-2/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230422T120000
DTEND;TZID=America/Los_Angeles:20230422T130000
DTSTAMP:20260423T052138
CREATED:20230422T195956Z
LAST-MODIFIED:20230422T195956Z
UID:19066-1682164800-1682168400@www.ayclogic.com
SUMMARY:12 PM - Android Game Dev - Gamas
DESCRIPTION:Homework\n\nContinue on Tic-Tac-Toe game\nIn MainActivity.java\, when user click on the Start Game button\, get the player 1 name and player 2 name and print it to the console. You might have to look at Temperature Converter program to see how to do this.
URL:https://www.ayclogic.com/event/12-pm-android-game-dev-gamas-5/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230422T130000
DTEND;TZID=America/Los_Angeles:20230422T140000
DTSTAMP:20260423T052138
CREATED:20230422T205837Z
LAST-MODIFIED:20230422T205916Z
UID:19068-1682168400-1682172000@www.ayclogic.com
SUMMARY:1 PM - Android Game Dev - Gamas
DESCRIPTION:Homework\n\nIn Tic-Tac-Toe project\, make the MainActivity “START GAME” button blue like the one in GameActivity and make the text size bigger.\nIf you have not done it\, in GameActivity\, change the “player1Score” and “player2Score” ui components text according to the name that user entered in MainActivity.
URL:https://www.ayclogic.com/event/1-pm-android-game-dev-gamas-7/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230422T140000
DTEND;TZID=America/Los_Angeles:20230422T150000
DTSTAMP:20260423T052138
CREATED:20230422T230428Z
LAST-MODIFIED:20230422T230437Z
UID:19074-1682172000-1682175600@www.ayclogic.com
SUMMARY:2 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nReviewed how to draw letters (like the letter S) to help with project\nFinish second half of Kaleido Spiral\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\n(IF YOU HAVEN’T TURNED IN YOUR PROJECT PROPOSAL DRAWING\, please turn it in as soon as possible!)\nName your homework APR22_project_hw\, please submit by next Friday.\nHomework: Continue working on your project which will be due on May 6th (5/6). You should try to finish about 75% of your project for this homework assignment. \nTurn in however much you finished for the homework so I can see your progress and give you feedback.
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-sebastian-29/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230422T150000
DTEND;TZID=America/Los_Angeles:20230422T160000
DTSTAMP:20260423T052138
CREATED:20230422T230202Z
LAST-MODIFIED:20230422T230436Z
UID:19073-1682175600-1682179200@www.ayclogic.com
SUMMARY:3 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nSemi circles (t.circle function takes extent parameter to make semicircle)\nKaleido Spiral\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework APR22_project_hw\, please submit by next Friday.\nHomework: Get started on your project which will be due on May 13th (5/20). You should try to finish about 25% of your project for this homework assignment. \nTurn in however much you finished for the homework so I can see your progress and give you feedback.
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-sebastian-28/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230422T160000
DTEND;TZID=America/Los_Angeles:20230422T170000
DTSTAMP:20260423T052138
CREATED:20230425T010520Z
LAST-MODIFIED:20230425T010755Z
UID:19089-1682179200-1682182800@www.ayclogic.com
SUMMARY:4 PM - Python Game Development - Bill
DESCRIPTION:Your HW:\n\nMake it so when the player hits a bird\, the game is sent to the main menu\nAdd text on the game that shows the giant fireball cooldown
URL:https://www.ayclogic.com/event/4-pm-python-game-development-bill-4/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230422T160000
DTEND;TZID=America/Los_Angeles:20230422T170000
DTSTAMP:20260423T052138
CREATED:20230426T062112Z
LAST-MODIFIED:20230426T062112Z
UID:19272-1682179200-1682182800@www.ayclogic.com
SUMMARY:4PM - Python Game Development - Latisha
DESCRIPTION:Today We Did\n\nKeep working on Shoot Balloon Game\n\nHomework\n\nCreate the landing page for the game in a function called landing_page(). It should show 1 button\, the play button\, and when the play button is clicked the mode should change to GAME_IN_SESSION.\n\nIf you have any questions\, you can ask me at latisha@ayclogic.com.
URL:https://www.ayclogic.com/event/4pm-python-game-development-latisha-24/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230422T170000
DTEND;TZID=America/Los_Angeles:20230422T180000
DTSTAMP:20260423T052138
CREATED:20230425T010723Z
LAST-MODIFIED:20230425T010723Z
UID:19091-1682182800-1682186400@www.ayclogic.com
SUMMARY:5 PM - Python Game Development - Bill
DESCRIPTION:Your HW:\n\nMake it so that when shooting a giant bullet\, the bullet is not destroyed when it hits a bird\nIt will be added to the giant bullet group which has it’s own group collide\nAdd text on the game that shows the giant fireball cooldown
URL:https://www.ayclogic.com/event/5-pm-python-game-development-bill-8/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230422T170000
DTEND;TZID=America/Los_Angeles:20230422T180000
DTSTAMP:20260423T052138
CREATED:20230425T170908Z
LAST-MODIFIED:20230425T171134Z
UID:19196-1682182800-1682186400@www.ayclogic.com
SUMMARY:5 PM – Scratch Level 2 – Allison
DESCRIPTION:Today We:\n\nEdited codes for the Doom on the Broom project\nContinued the Fire and Ice Fight project\nCoded Darwin’s Fireball clones to delete when it is near the right edge\nCoded Gumball to lose one life if hit by Darwin’s Fireball clone\n\nHomework:\n\nUpload one costume for the Toad sprite from the internet (make sure the character is facing the right)\nUpload one costume for the Wizard sprite from the internet (make sure the character is facing the left)\nUpload one background from the internet\nRename your sprites. (Ex: If I choose an image of Darwin from The Amazing World of Gumball\, I would rename Toad to Darwin and rename Toad’s Fireball to Darwin’s Fireball.)\nIf you want\, you can upload the costumes and background below\nSee the example picture below\nContact us if you have any questions or need any help\n\n  \n \n \n  \n \n 
URL:https://www.ayclogic.com/event/5-pm-scratch-level-2-allison-8/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230422T180000
DTEND;TZID=America/Los_Angeles:20230422T190000
DTSTAMP:20260423T052138
CREATED:20230423T020521Z
LAST-MODIFIED:20230423T020650Z
UID:19078-1682186400-1682190000@www.ayclogic.com
SUMMARY:6:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nReviewed the exercises covered last week\nView what we covered today in files Apr22_ReviewHW.py and Apr22_ReviewPart2.py in the google drive: https://drive.google.com/drive/folders/15Guajo6GvNi_09_rLw7QNwPyAcz1sBNA\n\nHomework\n\nStudy for quiz next week
URL:https://www.ayclogic.com/event/19078/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR