BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//American Young Coder - ECPv6.10.1.1//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:American Young Coder
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:20230801T160000
DTEND;TZID=America/Los_Angeles:20230801T180000
DTSTAMP:20260424T222148
CREATED:20230802T013744Z
LAST-MODIFIED:20230802T021616Z
UID:20911-1690905600-1690912800@www.ayclogic.com
SUMMARY:5 PM - Intro to Java - William
DESCRIPTION:Today we did:\n\nReviewed Quiz and homework\nContinued MonsterInheritance project:\n\ninitializeMonsters()\naddNewMonster()\nplay()\n\nhealMonster()\nmeleeAttack()\nStarted arrowAttack()\n\n\n\n\n\nHomework:\n\nFinish arrowAttack()\n\nIf monster has no more HP\, print: “The (monster species) has been defeated”\nPlayer doesn’t take damage (since it’s a ranged attack)\n\n\nStart magicAttack()\n\nImplement the fire and water magic attacks\nThe monster will do their max attack damage to player\nImplement your code however you want — I’ll critique it next lesson. Good luck!\n\n\n\nNOTE: Add scanner.nextLine() on a new line each time you use scanner.nextInt(). \nWhat do you want to do with the Troll:\n1. Magic attack\n2. Melee attack\n3. Arrow attack (5 -10 damage)\n4. Heal\nEnter your selection: 1\n\nMAGIC ATTACK MONSTER\nWhat kind of magic attack you want to do to Troll:\n1. Fire magic - 10 damage\n2. Water magic - 10 damage\n3. Earth magic - 12 damage\n4. Wind magic - 8 damage\nEnter your selection: 1\n\nYou attacked Troll and did 10. Troll has 60 health remaining.\nTroll attacked Will Smith and did 37 damage.\n\nWill Smith has 963 health remaining.\nPlease select one of the following monsters:\n- Troll - 60 health\n- Dragon - 100 health\n- Water Golem - 50 health\nEnter your selection (Enter 'stop' to end the game): Troll\n\nWhat do you want to do with the Troll:\n1. Magic attack\n2. Melee attack\n3. Arrow attack (5 -10 damage)\n4. Heal\nEnter your selection: 1\n\nMAGIC ATTACK MONSTER\nWhat kind of magic attack you want to do to Troll:\n1. Fire magic - 10 damage\n2. Water magic - 10 damage\n3. Earth magic - 12 damage\n4. Wind magic - 8 damage\nEnter your selection: 2\n\nYou attacked Troll and did 10 damage. The Troll has 50 health remaining.\nTroll attacked Will Smith and did 53 damage.\n\nWill Smith has 910 health remaining.\nPlease select one of the following monsters:\n- Troll - 52 health\n- Dragon - 100 health\n- Water Golem - 50 health\nEnter your selection (Enter 'stop' to end the game):\nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230804T170000
DTEND;TZID=America/Los_Angeles:20230804T190000
DTSTAMP:20260424T222148
CREATED:20230805T022423Z
LAST-MODIFIED:20230805T022423Z
UID:20968-1691168400-1691175600@www.ayclogic.com
SUMMARY:5 PM - Intro to Java - William
DESCRIPTION:Today we did:\n\nFinished MonsterInheritance\n\nExplained Inheritance and created child classes (Troll\, WaterGolem\, Dragon)\nFinished magic attack\nImplemented game over messages\n\n\n\nHomework:\n\nFix addNewMonster(). Our current implementation creates generic monsters based on the species entered. However\, when we create a monster of a specific species (e.g. Dragon)\, we want it to have the properties of a Dragon (fire strength\, water weakness\, etc.).\nFeel free to add whatever features you’d like (make sure the code runs though!)\nDownload and install Android Studio: https://developer.android.com/studio\n\nGo through default installation steps\n\n\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-9/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230808T170000
DTEND;TZID=America/Los_Angeles:20230808T183000
DTSTAMP:20260424T222148
CREATED:20230809T023416Z
LAST-MODIFIED:20230809T023416Z
UID:21025-1691514000-1691519400@www.ayclogic.com
SUMMARY:5 PM - Intro to Java - William
DESCRIPTION:Today we did:\n\nStarted setting up Android Studio\n\nHomework:\n\nFinish Android Studio setup with Gamas (he will contact your parents)\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-10/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230811T170000
DTEND;TZID=America/Los_Angeles:20230811T190000
DTSTAMP:20260424T222148
CREATED:20230812T020456Z
LAST-MODIFIED:20230813T022140Z
UID:21058-1691773200-1691780400@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - William
DESCRIPTION:Gamas Sub \nToday We Did\n\nWe continued on Temperature Converter android project.\nWe added all the UI components except for the Spinner.\nWe connected the button in activity_main.xml with the MainActivity.java clickConvert method.\n\nHomework\n\nMake the Fahrenheit and Celcius TextView to be bigger (24sp) and bold.\nFind in the Internet the formula on how to convert from Fahrenheit to Celcius.\nAdd the code to apply the formula so when user click convert\, it will output the temperature in Celcius in LogCat.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-11/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230814T170000
DTEND;TZID=America/Los_Angeles:20230814T190000
DTSTAMP:20260424T222148
CREATED:20230815T040744Z
LAST-MODIFIED:20230815T040744Z
UID:21112-1692032400-1692039600@www.ayclogic.com
SUMMARY:5 PM – Intro to Java – William
DESCRIPTION:Today we did:\n\nContinued working on TempConverter\n\nAdded spinner with conversion options\nImplemented Listener to check conversion type\nStarted working on swapping temperature labels based on selected conversion type setConversion()\n\n\n\nHomework:\n\nFinish setConversion\n\nSet the text of toUnitLabel to the right unit\nClear the text of sourceTempText and targetTempText (set text to empty string)\n\n\nChange the sourceTempText ID to fromTextField\nChange the targetTempText ID to toTextField (make sure to refactor)\n\nIf you have any questions or issues\, please email me at williamsmith@ayclogic.com.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-12/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230818T160000
DTEND;TZID=America/Los_Angeles:20230818T180000
DTSTAMP:20260424T222148
CREATED:20230819T010317Z
LAST-MODIFIED:20230819T010522Z
UID:21156-1692374400-1692381600@www.ayclogic.com
SUMMARY:4 PM - Intro To Java - William
DESCRIPTION:Today we did:\n\nFinished Temperature Converter Application\n\nFinished implementing Listener\nAdded Celcius to Kelvin conversion\nLive Android Demo\n\n\n\nHomework:\n\nFinish DriverSystem practice quiz by next class\n\nBe sure to upload your files to the Google Form!\n\n\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5pm-intro-to-java-william/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230818T170000
DTEND;TZID=America/Los_Angeles:20230818T180000
DTSTAMP:20260424T222148
CREATED:20230820T000726Z
LAST-MODIFIED:20230820T000726Z
UID:21177-1692378000-1692381600@www.ayclogic.com
SUMMARY:5:00 PM - Intro to Java - Alexander Lee
DESCRIPTION:Today We Did:\n\nFinished the Temperature Converter today\nAdded in the switching for when clicking on different options.\n\nFor Homework\n\nDo the practice exam I emailed you guys before the next class
URL:https://www.ayclogic.com/event/500-pm-intro-to-java-alexander-lee/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230822T170000
DTEND;TZID=America/Los_Angeles:20230822T180000
DTSTAMP:20260424T222148
CREATED:20230823T011740Z
LAST-MODIFIED:20230823T011740Z
UID:21234-1692723600-1692727200@www.ayclogic.com
SUMMARY:5 PM - Intro to Java - William
DESCRIPTION:What we did\n\nReviewed DriverSystem\nReviewed EmailApplication for the final\n\nHomework:\nThe final on Friday will be 2 hours long. I’d recommend reviewing the following before then: \n\nMonster Inheritance (especially)\nDriver System\nBank System (from the quiz)\nList operations\n\n\nIf you have any questions\, please email me at williamsmith@ayclogic.com. \nGood luck!! \n\n 
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-13/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230825T170000
DTEND;TZID=America/Los_Angeles:20230825T180000
DTSTAMP:20260424T222148
CREATED:20230830T191417Z
LAST-MODIFIED:20230830T191417Z
UID:21395-1692982800-1692986400@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nReviewed the Practice exam and was able to cover everything on it without any issues.\n\nFor Homework:\n\nBe prepared for the exam next week and review all your past material.\nMake sure to have an email ready for the exam and it will be for two hours.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-lee-11/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230829T160000
DTEND;TZID=America/Los_Angeles:20230829T170000
DTSTAMP:20260424T222148
CREATED:20230830T010454Z
LAST-MODIFIED:20230830T010454Z
UID:21376-1693324800-1693328400@www.ayclogic.com
SUMMARY:5 PM – Intro to Java – William
DESCRIPTION:What we did\n\nReviewed Final Exams
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-14/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR