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:20230415T090000
DTEND;TZID=America/Los_Angeles:20230415T100000
DTSTAMP:20260423T041739
CREATED:20230415T030259Z
LAST-MODIFIED:20230415T030259Z
UID:18936-1681549200-1681552800@www.ayclogic.com
SUMMARY:9 AM - Indo - Intro To Python - Gamas
DESCRIPTION:Homework\n\nContinue with April15_RobotBuilder.py.\ncontinue with the robot drawing: neck\, head\, the eyes and mouth. Don’t do the arms\, we are going to do it together next week.\nLook at this screenshot for reference
URL:https://www.ayclogic.com/event/9-am-indo-intro-to-python-gamas-3/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230415T093000
DTEND;TZID=America/Los_Angeles:20230415T103000
DTSTAMP:20260423T041739
CREATED:20230415T185053Z
LAST-MODIFIED:20230415T185053Z
UID:18940-1681551000-1681554600@www.ayclogic.com
SUMMARY:9:30 AM – Scratch 1 – Yitong
DESCRIPTION:Today we:\n\nFinished the Window Cleaner project.\nStarted the Birthday Card project.\nAdded the Button sprite and made it change colors forever. When it is clicked\, it broadcasts “Party.”\nChanged the background and made the Sharks and Cake sprites show up when they receive the message “Party.”\nMade the Sharks and Cake sprites glide.\n\nHomework:\n\nCreate a Banner sprite. Do NOT make it tilted.\nMake the Banner sprite show up at the bottom right corner of the screen and then glide to the top middle part of the screen.\n\nThis is how the Banner sprite should move:\n\n\n\n\n\n\n \n\n\n\n\nChange how the Shark sprites glide. This picture shows where the Shark sprites should start from and where they should glide to.\n\n\n\n\n\n\n\n\nSubmit your homework to this email: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/930-am-scratch-1-yitong-11/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230415T103000
DTEND;TZID=America/Los_Angeles:20230415T113000
DTSTAMP:20260423T041739
CREATED:20230415T183644Z
LAST-MODIFIED:20230415T183644Z
UID:18938-1681554600-1681558200@www.ayclogic.com
SUMMARY:10:30 AM – Scratch 2 – Yitong
DESCRIPTION:Today we:\n\nStarted the Spaceship project.\nAdded movement code for the Rocketship sprite.\nAdded the Star sprite\, and had it make clones randomly and fall down all over the screen.\nAdded the Asteroid sprite\, and had it make clones randomly and fall down all over the screen.\nAdded the Fireball sprite\, and made a clone of it every time the space key is pressed.\nMade the Fireball sprite show up at the Rocketship sprite and move up the screen.\nAdded collision code for the Asteroid sprite and the Fireball sprite.\n\nHomework:\n\nMake a Game Over Banner sprite. You don’t need to add any code to it.\nAdd the Lightning sprite. It should be in the Scratch Sprite Library.\nMake the Lightning sprite hide. Create clones of it when the B key is pressed (this code should be done in the Rocketship sprite).\nMake the Lightning clones show up at the Rocketship sprite.\nMake the Lightning clones move up the screen forever.\n\nSubmit your homework here: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/1030-am-scratch-2-yitong/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230415T120000
DTEND;TZID=America/Los_Angeles:20230415T130000
DTSTAMP:20260423T041739
CREATED:20230415T193400Z
LAST-MODIFIED:20230415T195444Z
UID:18944-1681560000-1681563600@www.ayclogic.com
SUMMARY:12 PM - Android Game Dev - Gamas
DESCRIPTION:Homework\n\nCreate bank_system.xml and represent the data from BankSystem.java (from the Intro to Java final test). It should have the following items\n\nbank_accounts map\ninside bank_accounts map would have a whole bunch of BasicBankAccount or PremiumBankAccount\n\n\nContinue on your TicTacToe android project. Add the Player2 label\, Player2 text field and Start Game button like below
URL:https://www.ayclogic.com/event/12-pm-android-game-dev-gamas-4/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230415T130000
DTEND;TZID=America/Los_Angeles:20230415T140000
DTSTAMP:20260423T041739
CREATED:20230415T211411Z
LAST-MODIFIED:20230415T211822Z
UID:18949-1681563600-1681567200@www.ayclogic.com
SUMMARY:1 PM - Python Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe continued with Tic Tac Toe android game.\nWe learned how to use SharedPreference to pass information from one page to another page inside the app.\nWe displayed the first player’s name into Game Activity statusBarLabel ui component.\n\nHomework\n\nset “player1Score” label with first player’s name\, the one that user enters in the landing page.\nset “player2Score” label with second player’s name\, the one that user enters in the landing page.\nafter every click on the board\, change the statusBarLabel to show whose turn is it? If player 1 is “Gamas” and player 2 is “John”\, then the statusBarLabel need to show “Gamas’ Turn” when the game starts. After Gamas click on the board\, the statusBarLabel need to show “John’s turn” etc. You need to do this inside GameActivity.onClick(View view) method.
URL:https://www.ayclogic.com/event/1-pm-python-game-dev-gamas/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230415T140000
DTEND;TZID=America/Los_Angeles:20230415T150000
DTSTAMP:20260423T041739
CREATED:20230415T231821Z
LAST-MODIFIED:20230415T231821Z
UID:18957-1681567200-1681570800@www.ayclogic.com
SUMMARY:2 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nLearned how to draw several shapes using for loops\nKaleido Spiral\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework APR15_project_hw\, please submit by next Friday.\nHomework: Finish at least 50% of final project to continue being on track to finish on time.\nRemember to get 10% extra credit\, you should be able to finish the project in one more week after this homework assignment
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-sebastian-27/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230415T150000
DTEND;TZID=America/Los_Angeles:20230415T160000
DTSTAMP:20260423T041739
CREATED:20230415T231526Z
LAST-MODIFIED:20230422T220750Z
UID:18955-1681570800-1681574400@www.ayclogic.com
SUMMARY:3 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nLearned how to draw half circles\nWent through examples of drawing things in a loop\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nName your homework APR15_project_proposal_hw\, please submit by next Friday.\nHomework: Use any pens\, pencils\, markers\, etc. to draw your project proposal on a piece of paper. Keep in mind that you will have to write Python code that will draw it.Make sure your proposal follows these requirements: https://www.ayclogic.com/intro-to-python-final-project-criteria/Examples of what the final project will look like:\nhttps://www.ayclogic.com/python-digital-illustrations/ \n\nIt needs to have a combination of rectangles\, circles\, and polygons.\nIt needs to have at least one text that is formed by a combination of rectangles or circles or polygons.\nIt needs to have some part of the illustration that keeps changing the colors.\nThe X and Y coordinates need to be between -500 to 500.\nThe illustration needs to be fairly complex. If it is too simple\, then you will not get the maximum grade.\nThere needs to be at least 7 different objects/characters in the final project\nThere need to be at least four functions to draw specific polygons with different coordinates and colors. For example\, draw_cloud(x\,y\, color)\, draw_tree(x\,y\, color)\, draw_airplane(x\,y\, color). The more functions like this\, the higher your grades.\nNo code duplication.\nThe final result has to be the same as the proposal.\n\nLook below for what other students have done in the past: https://www.ayclogic.com/python-digital-illustrations/
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-27/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230415T170000
DTEND;TZID=America/Los_Angeles:20230415T180000
DTSTAMP:20260423T041739
CREATED:20230417T054536Z
LAST-MODIFIED:20230417T054821Z
UID:18977-1681578000-1681581600@www.ayclogic.com
SUMMARY:4 PM - Python Game Development - Bill
DESCRIPTION:Your HW:\n\nDraw the play button onto the screen like with the logo image\nMake sure it only shows up when the game state is main menu\nMake it so when the clouds spawn from the left\, they spawn off screen to the left instead of at x = 0\nUse the cloud image’s width to determine how much you offset the cloud’s initial position
URL:https://www.ayclogic.com/event/4-pm-python-game-development-bill-3/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230415T170000
DTEND;TZID=America/Los_Angeles:20230415T180000
DTSTAMP:20260423T041739
CREATED:20230417T054748Z
LAST-MODIFIED:20230417T054748Z
UID:18979-1681578000-1681581600@www.ayclogic.com
SUMMARY:5 PM - Python Game Development - Bill
DESCRIPTION:Your HW:\n\nMake it so when the clouds spawn from the left\, they spawn off screen to the left instead of at x = 0\nUse the cloud image’s width to determine how much you offset the cloud’s initial position
URL:https://www.ayclogic.com/event/5-pm-python-game-development-bill-7/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230415T180000
DTEND;TZID=America/Los_Angeles:20230415T190000
DTSTAMP:20260423T041739
CREATED:20230416T020858Z
LAST-MODIFIED:20230416T020858Z
UID:18959-1681581600-1681585200@www.ayclogic.com
SUMMARY:6:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nFinished covering while loops.\nView what we covered today at the google drive: https://drive.google.com/drive/folders/15Guajo6GvNi_09_rLw7QNwPyAcz1sBNA\n\nHomework\n\nCreate Apr22_ReviewHW.py file\, and do the following pages:\nDo these exercises https://www.ayclogic.com/intro-to-python-exercises/
URL:https://www.ayclogic.com/event/600-pm-intro-to-python-juan-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230415T190000
DTEND;TZID=America/Los_Angeles:20230415T200000
DTSTAMP:20260423T041739
CREATED:20230416T031309Z
LAST-MODIFIED:20230416T031309Z
UID:18961-1681585200-1681588800@www.ayclogic.com
SUMMARY:7 PM - Digital Illustration 2 - Abigail
DESCRIPTION:What we did today\n\nWe finished working on the Human anatomy figure drawing.\n\nHomework\n\nDraw a more detailed sketch over the sketch you did for last week’s homework.\n\nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-digital-illustration-2-abigail-3/
CATEGORIES:Digital Illustration,Intermediate Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230415T190000
DTEND;TZID=America/Los_Angeles:20230415T200000
DTSTAMP:20260423T041739
CREATED:20230418T052310Z
LAST-MODIFIED:20230418T052310Z
UID:18997-1681585200-1681588800@www.ayclogic.com
SUMMARY:4PM - Python Game Development - Latisha
DESCRIPTION:Today We Did\n\nKeep working on Shoot Balloon Game\n\nHomework\n\nAdd a hitbox for the bug. When you click a bug\, make the bug disappear and increase the score by 12 points. Also show the explosion with the correct score.\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-23/
END:VEVENT
END:VCALENDAR