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:20220313T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20221106T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220228T170000
DTEND;TZID=America/Los_Angeles:20220228T180000
DTSTAMP:20260424T002058
CREATED:20220301T020555Z
LAST-MODIFIED:20220301T020555Z
UID:11804-1646067600-1646071200@www.ayclogic.com
SUMMARY:5pm Scratch Level 2 - Bill
DESCRIPTION:Today We:\n\nContinued the Fireball Fighting project\nMade the background switch to one with instructions and controls when the h key is pressed\nMade a Banner sprite that shows the correct banner when a player wins\nFixed the problem where the other player could win even after having 0 health\nCreated an apple sprite that spawns within 20 units from the borders of the screen so no apples can spawn outside the border\nMade the apple spawn every 10 seconds\nMade the apples give the user that touches it 1 health\nCreated a Star sprite\nCreated 2 variables\, Player1GiantFIreball and Player2GiantFIreball\n\nYour HW:\n\nMake the star spawn ever 15 seconds like the apple in a random location\nMake it so when either player touches the star\, the respective GiantFIreball variable is increased by 1 and the star clone is deleted
URL:https://www.ayclogic.com/event/5pm-scratch-level-2-bill-18/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220228T170000
DTEND;TZID=America/Los_Angeles:20220228T180000
DTSTAMP:20260424T002058
CREATED:20220307T085731Z
LAST-MODIFIED:20220307T085731Z
UID:11896-1646067600-1646071200@www.ayclogic.com
SUMMARY:5PM - Advanced Digital Illustration
DESCRIPTION:MONDAY \nToday we continued the Penny Haywood project. We continued to add shading to Penny. \nHOMEWORK \nStart your final project by doing these steps: \n\nStick-figure sketch\nBody sketch\n\nNo tracing! Look at your references\, and do your best to sketch out the pose you have decided on for your final project. \nPlease fill out the proposal if you have not done it yet.
URL:https://www.ayclogic.com/event/5pm-advanced-digital-illustration-44/
CATEGORIES:Digital Illustration,Intermediate Digital Illustration
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220228T180000
DTEND;TZID=America/Los_Angeles:20220228T190000
DTSTAMP:20260424T002058
CREATED:20220301T025624Z
LAST-MODIFIED:20220301T025624Z
UID:11807-1646071200-1646074800@www.ayclogic.com
SUMMARY:6 PM – Coding Olympic Training
DESCRIPTION:Homework \nYou are given a 0-indexed 1-dimensional (1D) integer array original\, and two integers\, m and n. You are tasked with creating a 2-dimensional (2D) array with m rows and n columns using all the elements from original. \nThe elements from indices 0 to n – 1 (inclusive) of original should form the first row of the constructed 2D array\, the elements from indices n to 2 * n – 1 (inclusive) should form the second row of the constructed 2D array\, and so on. \nReturn an m x n 2D array constructed according to the above procedure\, or an empty 2D array if it is impossible. \nInput: original = [1\,2\,3\,4]\, m = 2\, n = 2 \nOutput: [[1\,2]\,[3\,4]]
URL:https://www.ayclogic.com/event/6-pm-coding-olympic-training-11/
END:VEVENT
END:VCALENDAR