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:20190310T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20191103T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190511T090000
DTEND;TZID=America/Los_Angeles:20190511T100000
DTSTAMP:20260621T061109
CREATED:20190511T195021Z
LAST-MODIFIED:20190511T195021Z
UID:1279-1557565200-1557568800@www.ayclogic.com
SUMMARY:9AM Scratch Level 2
DESCRIPTION:We continued with “Fireball Fighting” Game.\n\nThe fireball will become big\, 300%\, when the player eat the star.\nWhen fireball is big\, it will do 3 damage instead of just 1.\nWe created “Game Over” banner with 2 costumes\n\nBat Win!!\nRed Bat Win!!\n\n\n\n\nHomeworks:\n\nShare your project\, copy the URL of your project and send it to gamas@ayclogic.com.\nDuplicate the Star sprite and change the costume to Apple.\nWhen any of player eat the Apple\, increase the player’s life by one.
URL:https://www.ayclogic.com/event/9am-scratch-level-2-14/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190511T100000
DTEND;TZID=America/Los_Angeles:20190511T110000
DTSTAMP:20260621T061109
CREATED:20190511T180746Z
LAST-MODIFIED:20190511T180746Z
UID:1275-1557568800-1557572400@www.ayclogic.com
SUMMARY:10AM-Scratch Level 1
DESCRIPTION:We reviewed the Coordinates homework where we drew shapes in Scratch.\nWe reviewed the difference between the go-to and glide blocks\nHomework\n\nPlease complete page 68 in the book where you add more replies.
URL:https://www.ayclogic.com/event/10am-scratch-level-1-13/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190511T100000
DTEND;TZID=America/Los_Angeles:20190511T110000
DTSTAMP:20260621T061109
CREATED:20190511T195326Z
LAST-MODIFIED:20190511T195326Z
UID:1281-1557568800-1557572400@www.ayclogic.com
SUMMARY:10AM Scratch Level 2
DESCRIPTION:We continued with “Fireball Fighting” Game.\n\nThe fireball will become big\, 300%\, when the player eat the star.\nWhen fireball is big\, it will do 3 damage instead of just 1.\n\n\nHomeworks:\n\nCreate a “Game Over” banner sprite with 2 costumes\n\nThis costume will have the following word: “Blue Bird Win!!”\nThis costume will have the following word: “Bat Bird Win!!”\n\n\nWhen the life of each of the player goes to 0\, display Game Over banner and select an appropriate costume accordingly\,\nDuplicate the Star sprite and change the costume to Apple.\nWhen any of player eat the Apple\, increase the player’s life by one.
URL:https://www.ayclogic.com/event/10am-scratch-level-2-12/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190511T110000
DTEND;TZID=America/Los_Angeles:20190511T123000
DTSTAMP:20260621T061109
CREATED:20190511T193222Z
LAST-MODIFIED:20190511T193222Z
UID:1277-1557572400-1557577800@www.ayclogic.com
SUMMARY:11AM Scratch Level 2
DESCRIPTION:We completed “Circle Wars” project from page 74.\nWe started “Jumpy Monkey” project from page 90.\nHomework:\n\nWhen Level 2 starts do the following\n\nFlying Cats Sprite\n\nIt will appear on the screen.\nIt will continuously move left and right.\nWhen monkey touch flying cat\, it will move back to the Launcher.\n\n\nSet Variable NumOfBananas to 4.\nMake 4 Banana Clones.
URL:https://www.ayclogic.com/event/11am-scratch-level-2-7/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190511T140000
DTEND;TZID=America/Los_Angeles:20190511T150000
DTSTAMP:20260621T061109
CREATED:20190511T220029Z
LAST-MODIFIED:20190518T210744Z
UID:1283-1557583200-1557586800@www.ayclogic.com
SUMMARY:2PM Python Level 1
DESCRIPTION:We had Python Quiz about Variables\, Data Types\, Making Decision\, Taking inputs from Shell.\nWe continued with creating function in python.\nHomework:\n\nCreate a function\, “hello_world”\, with no parameter and inside the function it will print “Hello World”. Call the function.\nCreate a function\, “Greeting”\, with one parameter\, “name”. Inside the function\, print to the shell the combination of the word “greeting ” and the name parameter. Call the function like this “greeting(‘Gamas’)” . The result should be “Greeting Gamas” in the shell.\nCreate a function\, “combine_words”\, with 3 parameters. Inside the function\, print the combination of all three parameters. Call the function like this: “combine_words(‘Hello ‘\, ‘Mr. ‘\, ‘Gamas.’)” . This will print ‘Hello Mr. Gamas’ to the shell.
URL:https://www.ayclogic.com/event/2pm-python-level-1-6/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190511T160000
DTEND;TZID=America/Los_Angeles:20190511T170000
DTSTAMP:20260621T061109
CREATED:20190511T235933Z
LAST-MODIFIED:20190512T000117Z
UID:1285-1557590400-1557594000@www.ayclogic.com
SUMMARY:4PM-Scratch Level 2
DESCRIPTION:Today we continued on Spaceship 2.0 and added the lightning bolt sprite and the explosion sprite.\nWe also increased the difficulty of the game by making the asteroid move faster as time progresses.\nHomework\n\nCreate a bomb power-up that works like the fireball power-up.
URL:https://www.ayclogic.com/event/4pm-scratch-level-2-5/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190511T160000
DTEND;TZID=America/Los_Angeles:20190511T170000
DTSTAMP:20260621T061109
CREATED:20190512T002746Z
LAST-MODIFIED:20190518T232053Z
UID:1288-1557590400-1557594000@www.ayclogic.com
SUMMARY:4PM Python Level 1
DESCRIPTION:We had Python Quiz about Variables\, Data Types\, Making Decision\, Taking inputs from Shell.\nWe continued with creating functions in python.\nHomework:\n\nCreate a function\, “hello_world”\, with no parameter and inside the function\, it will print “Hello World”. Call the function.\nCreate a function\, “Greeting ”\, with one parameter\, “name”. Inside the function\, print to the shell the combination of the word “greeting ” and the name parameter. Call the function like this “greeting(‘Gamas’)” . The result should be “Greeting Gamas” in the shell.\nCreate a function\, “combine_words”\, with 3 parameters. Inside the function\, print the combination of all three parameters. Call the function like this: “combine_words(‘Hello ‘\, ‘Mr. ‘\, ‘Gamas.’)” . This will print ‘Hello Mr. Gamas’ to the shell.
URL:https://www.ayclogic.com/event/4pm-python-level-1-4/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20190511T180000
DTEND;TZID=America/Los_Angeles:20190511T190000
DTSTAMP:20260621T061109
CREATED:20190512T021423Z
LAST-MODIFIED:20190512T021459Z
UID:1290-1557597600-1557601200@www.ayclogic.com
SUMMARY:6PM Python Level 1
DESCRIPTION:We went over the python test level 1 questions and answers.\nHomework: No Homework.
URL:https://www.ayclogic.com/event/6pm-python-level-1-29/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
END:VCALENDAR