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:20230513T090000
DTEND;TZID=America/Los_Angeles:20230513T100000
DTSTAMP:20260421T105415
CREATED:20230513T023829Z
LAST-MODIFIED:20230513T185744Z
UID:19700-1683968400-1683972000@www.ayclogic.com
SUMMARY:SAT - 9 AM - Indo - Intro To Python - Gamas
DESCRIPTION:Homework\n\nSubmit a proposal for your Python Turtle project. This is due next week on May 20.\nProposal means a drawing (with colors) in a piece of paper that satisfy requirements in https://www.ayclogic.com/intro-to-python-final-project-criteria/\ntake a picture of your proposal and upload to google drive where you usually submit your homework.\nBelow are examples of other students proposal\n\n\nOut of this paper proposal\, eventually you need to create a Python Turtle program to draw drawing that you do in your proposal. This Python Turtle project is a big project that is due on June 17.\n\n\nFor other examples of my students projects\, you can see in https://www.ayclogic.com/python-digital-illustrations/
URL:https://www.ayclogic.com/event/sat-9-am-indo-intro-to-python-gamas/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230513T093000
DTEND;TZID=America/Los_Angeles:20230513T103000
DTSTAMP:20260421T105415
CREATED:20230513T185827Z
LAST-MODIFIED:20230513T185827Z
UID:19714-1683970200-1683973800@www.ayclogic.com
SUMMARY:9:30 AM – Scratch 1 – Yitong
DESCRIPTION:Today we:\n\nLearned about how to make sprites show up randomly in a specific area of the screen.\n\nHomework:\n\nMake the Pow sprite show up in this area of the screen.\n\n\n\n\nPlay the “Big Boing” sound when the Dummy gets hit.\n\n\n\n\nShare your homework and submit it to this email: yitong@ayclogic.com
URL:https://www.ayclogic.com/event/930-am-scratch-1-yitong-15/
CATEGORIES:Scratch Class,Scratch Class Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230513T100000
DTEND;TZID=America/Los_Angeles:20230513T110000
DTSTAMP:20260421T105415
CREATED:20230513T211146Z
LAST-MODIFIED:20230513T211146Z
UID:19720-1683972000-1683975600@www.ayclogic.com
SUMMARY:10 AM – Scratch Level 2 – Allison
DESCRIPTION:Today We:\n\nContinued the Fire and Ice Fight project\nFinished coding Darwin’s super power\nFinished coding the Fireball sprite\n\nHomework:\n\nCreate a variable called “Darwin”. This variable will keep track of how many lives Darwin has in the game.\nCode the variable Darwin to be equal to 5 when the game starts. (Put this code in the Gameloop sprite).\nIf Darwin touches the apple\, code Darwin to get one more life AND broadcast the message “Player Ate Apple”. (Put this code in the Darwin sprite).\nContact us if you have any questions or need any help
URL:https://www.ayclogic.com/event/10-am-scratch-level-2-allison-2/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230513T103000
DTEND;TZID=America/Los_Angeles:20230513T113000
DTSTAMP:20260421T105415
CREATED:20230513T183209Z
LAST-MODIFIED:20230513T183238Z
UID:19709-1683973800-1683977400@www.ayclogic.com
SUMMARY:10:30 AM – Scratch 2 – Yitong
DESCRIPTION:Today we:\n\nFinished Level 1.\nStarted making Level 2.\n\nHomework:\n\nMake the You Win Banner hide when the game starts.\nDo this code in the Cheese sprite. When the player has 50 points\, make the Cheese sprite tell the You Win Banner to show up.\nWhen the player wins\, stop the code in the Beetle sprites and the Ghost sprite.\n\nSubmit your homework here: yitong@ayclogic.com \nDon’t forget to share your homework or else I can’t see it.
URL:https://www.ayclogic.com/event/1030-am-scratch-2-yitong-5/
CATEGORIES:Scratch Class,Scratch Class Level 2
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230513T130000
DTEND;TZID=America/Los_Angeles:20230513T140000
DTSTAMP:20260421T105415
CREATED:20230513T210217Z
LAST-MODIFIED:20230513T210217Z
UID:19718-1683982800-1683986400@www.ayclogic.com
SUMMARY:1 PM - Android Game Dev - Gamas
DESCRIPTION:Homework\n\nWhen user click “RESET GAME” button\, set statusBarLabel to “<player 1 name> turn”.\nWhen we already have a winner\, prevent user to click further.\n\nCreate two more variables in Constants.java:\n\nGAME_IN_SESSION = 1\nGAME_WIN = 2\nGAME_TIE = 3\n\n\nInside GameActivity.java\, you need to add one more attribute:\n\nprivate int gameMode = GAME_IN_SESSION\n\n\nWhen someone win set gameMode = GAME_WIN\nAdd code in onClick(View) if gameMode == GAME_WIN\, prevent changing the player’s icon.
URL:https://www.ayclogic.com/event/1-pm-android-game-dev-gamas-10/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230513T140000
DTEND;TZID=America/Los_Angeles:20230513T150000
DTSTAMP:20260421T105415
CREATED:20230516T032420Z
LAST-MODIFIED:20230516T032420Z
UID:19764-1683986400-1683990000@www.ayclogic.com
SUMMARY:2 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nFinished review for our final test\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nNo homework\, but please review the work we did in class so you are prepared for the final test
URL:https://www.ayclogic.com/event/2-pm-intro-to-python-sebastian-32/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230513T150000
DTEND;TZID=America/Los_Angeles:20230513T160000
DTSTAMP:20260421T105415
CREATED:20230516T032742Z
LAST-MODIFIED:20230516T032742Z
UID:19770-1683990000-1683993600@www.ayclogic.com
SUMMARY:3 PM – Intro To Python – Sebastian
DESCRIPTION:Today We Did\n\nFinished Robux Balance Program\nBegan review for final test\nIn case you need anything\, feel free to email me at sebastian@ayclogic.com\n\nHomework\n\nMake sure you’re finished with the project by the next time we meet (its due this Saturday!)\nNo homework\, but please review the work we did in class so you are prepared for the review this upcoming week\, and then the final test
URL:https://www.ayclogic.com/event/3-pm-intro-to-python-sebastian-31/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230513T160000
DTEND;TZID=America/Los_Angeles:20230513T170000
DTSTAMP:20260421T105415
CREATED:20230515T030604Z
LAST-MODIFIED:20230515T030604Z
UID:19740-1683993600-1683997200@www.ayclogic.com
SUMMARY:4 PM - Python Game Development - Bill
DESCRIPTION:Your HW:\n\nDownload Firealpaca from https://firealpaca.com/\nAdd hitboxes and collisions to the player and the tubes
URL:https://www.ayclogic.com/event/4-pm-python-game-development-bill-7/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230513T170000
DTEND;TZID=America/Los_Angeles:20230513T180000
DTSTAMP:20260421T105415
CREATED:20230514T010350Z
LAST-MODIFIED:20230514T010350Z
UID:19725-1683997200-1684000800@www.ayclogic.com
SUMMARY:5 PM - Android Game Dev - Gamas
DESCRIPTION:Homework\n\nBook.getInfo() needs to return String in the following format “Lord of The Rings by JRR Tolkien. Published on 1950. Price is $20. ID ABCD123”\nInside LibrarySystem\, add one more method “editBookPriceUsingList()”. This is very similar to editBookPrice()\, but use the bookList instead of the bookMap.
URL:https://www.ayclogic.com/event/5-pm-android-game-dev-gamas-2/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230513T170000
DTEND;TZID=America/Los_Angeles:20230513T180000
DTSTAMP:20260421T105415
CREATED:20230515T030659Z
LAST-MODIFIED:20230515T030659Z
UID:19742-1683997200-1684000800@www.ayclogic.com
SUMMARY:5 PM - Python Game Development - Bill
DESCRIPTION:Your HW:\n\nDownload Firealpaca from https://firealpaca.com/\nCreate a new file for the coin\nAnimate it like the birds from dragon birdie
URL:https://www.ayclogic.com/event/5-pm-python-game-development-bill-11/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230513T180000
DTEND;TZID=America/Los_Angeles:20230513T190000
DTSTAMP:20260421T105415
CREATED:20230514T020712Z
LAST-MODIFIED:20230520T214305Z
UID:19727-1684000800-1684004400@www.ayclogic.com
SUMMARY:6:00 PM - Intro to Python - Juan
DESCRIPTION:Today We Did\n\nLearned about functions with return values\n\nHomework\n\nName your HW file May20_FunctionHW.py and do Number 7 from https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ \nAnd Pg. 138\, 139
URL:https://www.ayclogic.com/event/600/
CATEGORIES:Python Class,Python Level 1
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230513T190000
DTEND;TZID=America/Los_Angeles:20230513T200000
DTSTAMP:20260421T105415
CREATED:20230514T031553Z
LAST-MODIFIED:20230514T031553Z
UID:19732-1684004400-1684008000@www.ayclogic.com
SUMMARY:7 PM - Digital Illustration 2 - Abigail
DESCRIPTION:What we did today\n\nWe continued working on the Hatsune Miku drawing.\n\nHomework\n\nDraw her arm pieces and her stockings.\n(Richelle) Finish drawing her face.\n\n \nIf you have any questions\, email me at abigail@ayclogic.com
URL:https://www.ayclogic.com/event/7-pm-digital-illustration-2-abigail-6/
CATEGORIES:Digital Illustration,Intermediate Digital Illustration
END:VEVENT
END:VCALENDAR