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:20200308T100000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:20201101T090000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200711T090000
DTEND;TZID=America/Los_Angeles:20200711T100000
DTSTAMP:20260605T133939
CREATED:20200711T191434Z
LAST-MODIFIED:20200711T191434Z
UID:3880-1594458000-1594461600@www.ayclogic.com
SUMMARY:9 AM - Python Game Development
DESCRIPTION:We continued to learn about class inheritance.\n\nWe learned how to call functions within the class by doing self.<function_name>().\nWe learned how to call functions from outside the class by doing <variable_name>.<function_name>().\n\n\nWe installed Python 3.7\nNo homework for next week.
URL:https://www.ayclogic.com/event/9-am-python-game-development-12/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200711T100000
DTEND;TZID=America/Los_Angeles:20200711T110000
DTSTAMP:20260605T133939
CREATED:20200711T191225Z
LAST-MODIFIED:20200711T191225Z
UID:3878-1594461600-1594465200@www.ayclogic.com
SUMMARY:10 AM - Python Game Development
DESCRIPTION:We made sure to cleanup the fireball\, birds and cloud after they are out of screen\nWe organized some codes inside the main.py game_loop() and made functions out of them.\nWe added sound effect when fireball kill the bird. The code is uploaded on the google drive.\nHomework:\n\nRestrict the player movement to be inside the screen only.
URL:https://www.ayclogic.com/event/10-am-python-game-development-20/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200711T110000
DTEND;TZID=America/Los_Angeles:20200711T120000
DTSTAMP:20260605T133939
CREATED:20200711T182534Z
LAST-MODIFIED:20200711T190113Z
UID:3874-1594465200-1594468800@www.ayclogic.com
SUMMARY:11 AM - Python Game Development
DESCRIPTION:We made the cloud appear less frequently.\nWe fixed the problem where the bird turn to the right after if moved to the left.\nWe made the cloud moved slower.\nHomework:\n\nCreate Fireball class\nIt has attributes x\,y\, size\, direction and screen.\nCopy Bird.py and rename to Fireball.py\n\nChange the image name\nYou don’t need the _A.png and _B.png\n\n\nIntegrate Fireball class into main.py\n\nImport the class on the top of the file.\nCreate fireball_group\nAdd a new Fireball into the fireball_group.\nInside the game_loop() call fireball_group.update()
URL:https://www.ayclogic.com/event/11-am-python-game-development-12/
CATEGORIES:Python Class,Python Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200711T130000
DTEND;TZID=America/Los_Angeles:20200711T140000
DTSTAMP:20260605T133939
CREATED:20200711T201752Z
LAST-MODIFIED:20200711T215411Z
UID:3882-1594472400-1594476000@www.ayclogic.com
SUMMARY:1 PM - Intro To Python
DESCRIPTION:We completed Password Generator program\nHomework:\n\nDo StarWars questions from number 2 and 3 in here: https://www.ayclogic.com/intro-to-python/star-wars-problem/
URL:https://www.ayclogic.com/event/1-pm-intro-to-python-10/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200711T140000
DTEND;TZID=America/Los_Angeles:20200711T150000
DTSTAMP:20260605T133939
CREATED:20200711T223000Z
LAST-MODIFIED:20200711T223047Z
UID:3889-1594476000-1594479600@www.ayclogic.com
SUMMARY:2 PM - Intro to Python
DESCRIPTION:Today we went over the final projects.\nWe went over BabyNameGenerator.\nYour homework is to add some more features to BabyNameGenerator:\n\nFinish implementing “get_random_name” function.  This should accept the user_input as the gender parameter and select a random boy’s name or a random girl’s name.  This name should be returned from the function. HINT: you need to use use an if statement to check if the user has selected boy or girl and the random.choice module.\nCreate a for loop to repeatedly call “get_random_name” and print a random boy or girl name “number_name” times.  HINT: to use the “for” loop\, you need to convert “number_name” to an integer and then pass it to the “range” function.
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-15/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200711T150000
DTEND;TZID=America/Los_Angeles:20200711T160000
DTSTAMP:20260605T133939
CREATED:20200712T024803Z
LAST-MODIFIED:20200716T214050Z
UID:3904-1594479600-1594483200@www.ayclogic.com
SUMMARY:3 PM - Intro To Java
DESCRIPTION:We continued with JavaFX Vehicle System\n\nWe made the insert button have round edges\nWe added AYCLOGIC logo on the top right hand corner of the interface.\n\n\nHomework:\n\nAdd the following components in the User Interface\n\nDo it in BorderPaner center:\n\nLabels: Make\, Model\, Number of Seats\n3 Text Fields: makeTextField\, modelTextField\, numOfSeatTextField\n\n\n2 buttons. Do it in BorderPane right:\n\nAdd a FlowPane:\n\nSearch button\, use the magnifying glass icon\, no text.\nClear button\, use the mini broom icon\, no text.\n\n\n\n\nPlease refer to screenshot below for reference.
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-16/
CATEGORIES:Introduction To Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200711T160000
DTEND;TZID=America/Los_Angeles:20200711T170000
DTSTAMP:20260605T133939
CREATED:20200712T003803Z
LAST-MODIFIED:20200712T003803Z
UID:3894-1594483200-1594486800@www.ayclogic.com
SUMMARY:4PM-Scratch Level 2
DESCRIPTION:We reviewed for the test on Monday.\nMonday is the Scratch Level 2 test\, please study the following\n\nFireball Fighting Game: https://scratch.mit.edu/projects/177345577/\nSpaceship 2 Game: https://scratch.mit.edu/projects/282450480/\nCheese Chase Game: https://scratch.mit.edu/projects/240119251/\nDoom On The Broom: https://scratch.mit.edu/projects/321641060/\nPlease verify your Scratch email and contact Mr. Gamas if you have any problems.\nYou need gmail to do your test.\nThe test is going to be 2 hours.
URL:https://www.ayclogic.com/event/4pm-scratch-level-2-31/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200711T160000
DTEND;TZID=America/Los_Angeles:20200711T170000
DTSTAMP:20260605T133939
CREATED:20200712T010056Z
LAST-MODIFIED:20200712T010056Z
UID:3893-1594483200-1594486800@www.ayclogic.com
SUMMARY:4 PM Scratch Level 2
DESCRIPTION:Today we started with the Cheese Chase project.\nFor Homework:\n\nMake sure to add in the maze for the cheese chase as a new sprite.\nThe maze should not have any slants/diagonals in it.\nWhen the mouse touches the maze it should counter the movement of the mouse. (Move -5 steps)
URL:https://www.ayclogic.com/event/4-pm-scratch-level-2-15/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200711T170000
DTEND;TZID=America/Los_Angeles:20200711T180000
DTSTAMP:20260605T133939
CREATED:20200712T005922Z
LAST-MODIFIED:20200712T005922Z
UID:3896-1594486800-1594490400@www.ayclogic.com
SUMMARY:5 PM - Intro To Python
DESCRIPTION:We went over Variables and Data Types and Boolean expressions\nHomework:\n\nCreate Python file July11_StringHomework.py\nFrom the book it will be page 20 to 23
URL:https://www.ayclogic.com/event/5-pm-intro-to-python/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20200711T170000
DTEND;TZID=America/Los_Angeles:20200711T180000
DTSTAMP:20260605T133939
CREATED:20200712T010221Z
LAST-MODIFIED:20200712T010221Z
UID:3899-1594486800-1594490400@www.ayclogic.com
SUMMARY:5 PM Scratch Level 2
DESCRIPTION:Today we continued on with the Doom on the Broom project.\nFor Homework:\n\nMake sure to do from pages 118 to page 123.\nIt may look like a lot but its pretty simple with a few minor changes and duplications.
URL:https://www.ayclogic.com/event/5-pm-scratch-level-2-9/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
END:VCALENDAR