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:20241018T160000
DTEND;TZID=America/Los_Angeles:20241018T170000
DTSTAMP:20260425T070113
CREATED:20241018T105928Z
LAST-MODIFIED:20241018T105928Z
UID:27128-1729267200-1729270800@www.ayclogic.com
SUMMARY:4 PM - Indo - Intro to Java - Joel
DESCRIPTION:Today we did:\n\nWe learned about if-else statements\, boolean operators\, and a bit of ArrayList.\n\nHomework:\n\nMake a new class called Oct18_IfElseHomework and do the exercises from here: https://www.ayclogic.com/java-exercise-2b-input-from-shell-and-if-else/
URL:https://www.ayclogic.com/event/4-pm-indo-intro-to-java-joel-2/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241018T183000
DTEND;TZID=America/Los_Angeles:20241018T193000
DTSTAMP:20260425T070113
CREATED:20241019T023019Z
LAST-MODIFIED:20241019T023019Z
UID:27132-1729276200-1729279800@www.ayclogic.com
SUMMARY:6:30 PM – Scratch 2 – Yitong
DESCRIPTION:Today we:\n\nContinued Fantastic Flowers project.\n\nHomework:\n\nAdd code so that when I press the space key\, I erase everything on the screen.\nAdd the background “Blue Sky.”\nIn the stage\, play music and make sure it loops forever.\n\nYou can pick any song you want!\n\n\n\nIf you have any questions\, email me at yitong@ayclogic.com
URL:https://www.ayclogic.com/event/630-pm-scratch-2-yitong-8/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20241018T190000
DTEND;TZID=America/Los_Angeles:20241018T200000
DTSTAMP:20260425T070113
CREATED:20241019T022854Z
LAST-MODIFIED:20241025T032025Z
UID:27131-1729278000-1729281600@www.ayclogic.com
SUMMARY:7 PM - Python Game Dev - Gamas
DESCRIPTION:Today We Did\nWe continued with Shoot Balloon project. We added balloon sprite. \nHomework\n\nRiley\n\nCreate gray_block.py which is going to be a single block of sprite. Please use this image and add a hitbox for this sprite.\npractice iterating 2 dimensional python array:\n\n\nmy_array = [[1\, 2\, 3]\, [4\, 5\, 6]\, [7\, 8\, 9]]\n\nfor row in my_array:\n   for element in row:\n      print(element)\n\n\nmy_array = [[1\, 2\, 3]\, [4\, 5\, 6]\, [7\, 8\, 9]]\n\nfor i in range(len(my_array)):\n   for j in range(len(my_array[i])):\n      print(my_array[i][j])\n\n\n\n\n\n Eugene\n\nAdd score and display the score on the screen portion.\nAdd collision detection between the hammer and button. Increase score when the button is hit. Decrease score when the button is not there.\nHave 2 sound effect\, one success hit\, one not success hit.\nAdd a timer inside button.py\, when button appear\, start the timer\, when timer <= 0\, kill() the sprite
URL:https://www.ayclogic.com/event/7-pm-python-game-dev-gamas-22/
END:VEVENT
END:VCALENDAR