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:20221022T090000
DTEND;TZID=America/Los_Angeles:20221022T100000
DTSTAMP:20260513T062604
CREATED:20221022T203450Z
LAST-MODIFIED:20221022T203450Z
UID:15964-1666429200-1666432800@www.ayclogic.com
SUMMARY:9 AM - Intro To Java - Gamas
DESCRIPTION:Today We Did\n\nWe continued discussing Driver System practice test.\n\nHomework\n\nContinue finishing Driver System practice test. Please finish the booking feature.\n\nAfter user answers “Enter what time you want to leave (0 – 24): “. Take the input from shell and convert to Integer. After you convert to Integer\, check if it is rush hour. If it is between 5 to 10 then it is rushHour. If it is then call the driver.getTripTime method and pass distance and true for rushHour parameter. The driver.getTripTime() will return the trip time in float which is distance/driver.getSpeed().
URL:https://www.ayclogic.com/event/9-am-intro-to-java-gamas-21/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221022T100000
DTEND;TZID=America/Los_Angeles:20221022T110000
DTSTAMP:20260513T062604
CREATED:20221022T202744Z
LAST-MODIFIED:20221022T202744Z
UID:15962-1666432800-1666436400@www.ayclogic.com
SUMMARY:10 AM - Minecraft Modding With Java - Gamas
DESCRIPTION:Today We Did\n\nwe continued learning JSON\n\nWe learned how to represent class\, Map and List in JSON.\n\n\nwe added code that will spawn our custom entities in the world.\n\nHomework\n\nInside SchoolApplication project\, continue adding more attributes in school_main_application.json\n\nAdd teachers attribute\nAdd studentMap attribute\nAdd teacherMap attribute.\n\n\nLook at how we did monster_system.json in the MonsterInheritance project.
URL:https://www.ayclogic.com/event/10-am-minecraft-modding-with-java-gamas-12/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221022T120000
DTEND;TZID=America/Los_Angeles:20221022T130000
DTSTAMP:20260513T062604
CREATED:20221022T201916Z
LAST-MODIFIED:20221022T202101Z
UID:15958-1666440000-1666443600@www.ayclogic.com
SUMMARY:12 PM - Android Game Development - Gamas
DESCRIPTION:Today We Did\n\nWe made Player flaps wing animation.\nWe started creating Bird sprite.\nWe created FlyingCreature class and made this parent of both classes.\n\nHomework\n\nCreate 2 constants in Config.java: BIRD_MIN_SPEED\, BIRD_MAX_SPEED.\nIn Bird.java constructor\, generate a random number between BIRD_MIN_SPEED and BIRD_MAX_SPEED to be used as the bird speed.\nDisplay one bird in the screen starting from the right side of the screen moving left.\nPeriodically create one random bird per second. Hint\, you need to use timer.
URL:https://www.ayclogic.com/event/12-pm-android-game-development-gamas-5/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221022T130000
DTEND;TZID=America/Los_Angeles:20221022T140000
DTSTAMP:20260513T062604
CREATED:20221027T035813Z
LAST-MODIFIED:20221027T035813Z
UID:16036-1666443600-1666447200@www.ayclogic.com
SUMMARY:1 PM Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe continued with the Monster Inheritance project and added in the magic attack and arrow attack.\nAlso\, we learned how to use inheritance by creating the Dragon.\n\nFor Homework:\n\nCreate two new classes with one being a troll and the other being a golem.\nThey both should extend from the Monster class.\nThe troll will be immune to water and take more damage from fire.\nThe golem will be immune to earth and take more water damage.
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-lee-5/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221022T160000
DTEND;TZID=America/Los_Angeles:20221022T170000
DTSTAMP:20260513T062604
CREATED:20221022T235226Z
LAST-MODIFIED:20221022T235226Z
UID:15977-1666454400-1666458000@www.ayclogic.com
SUMMARY:4 PM Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nToday we reviewed the Car Dealer homework\, and also went through how to create a list.\nWe also covered\, how to add and delete things from the list\, along with how to loop through them using a for each loop.\n\nFor Homework:\n\nCreate a new project that is titled Oct22_ListHomework.java\nThe homework is linked here: https://www.ayclogic.com/java-list-forloop/
URL:https://www.ayclogic.com/event/4-pm-intro-to-java-alex-lee-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20221022T170000
DTEND;TZID=America/Los_Angeles:20221022T180000
DTSTAMP:20260513T062604
CREATED:20221023T011548Z
LAST-MODIFIED:20221023T011548Z
UID:15979-1666458000-1666461600@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding With Java - Gamas
DESCRIPTION:Today We Did\n\nWe learned more about JSON file.\nWe started doing Saturn Lightning Arrow.\n\nHomework\n\nDo one more JSON file creation exercise.\n\nOpen your SchoolApplication project in IntelliJ. This is project from “Intro To Java” class. In it\, you can find SchoolSystem.java. Create school_system.json and inside this json\, it should have 2 attributes: studentList and teacherList\, which is what SchoolSystem.java has. Regarding which students and teachers data you should have\, use the following:\n\nstudentList:\n\nAidan Chau\, 14\nAusten Yao\, 13\nBrandon Truong\, 15.\n\n\nteacherList\n\nGamas Chang\, 100\, Java\nJohn Cheng\, 40\, Python\n\n\n\n\n\n\nCreate a new entry in ModItems.java for SATURN_LIGHTNING_ARROW. The class you should use is SaturnLightningArrowItem.\nYou need to add/modify a couple of JSONs:\n\nModify en_us.json\nCreate saturn_lightning_arrow.json under src/main/resources/assets/aycessentials/models/item
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-7/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
END:VCALENDAR