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:20230728T170000
DTEND;TZID=America/Los_Angeles:20230728T180000
DTSTAMP:20260425T081010
CREATED:20230729T010045Z
LAST-MODIFIED:20230729T010045Z
UID:20855-1690563600-1690567200@www.ayclogic.com
SUMMARY:6 PM – Python OOP – Shawn
DESCRIPTION:Today We Did\n\nWe continued creating the main.py for MonsterInheritance project.\n\nAdded sword attack\nContinued on start game\n\n\n\nHomework\n\nCreate file called Jul28_InheritanceHW.py and do 9-6 and 9-7 on page 173 in the textbook.\nContinue with MonsterInheritance main.py and finish sword_attack:\n\nGet a random attack value from the Monster between 5 and the monster’s max attack\nSubtract your health (self.health) by that value\nPrint out a statement describing what just happened (example: “Troll just attacked you with 15 damage. Your remaining health is 59”)
URL:https://www.ayclogic.com/event/6-pm-python-oop-shawn-10/
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230728T170000
DTEND;TZID=America/Los_Angeles:20230728T190000
DTSTAMP:20260425T081010
CREATED:20230729T021342Z
LAST-MODIFIED:20230729T021342Z
UID:20858-1690563600-1690570800@www.ayclogic.com
SUMMARY:5 PM – Intro to Java – William
DESCRIPTION:Today we did:\n\nReviewed HW and Practice Quiz\nQuiz 🙂\nStarted MonsterInheritance\n\nCreated run() method\n\n\n\nHomework:\n\nCreate a Monster class:\n\nMonsters should have 3 attributes:\n\nString species\nint health\nint maxAttack\n\n\nCreate getter and setter methods\nCreate a constructor\nCreate a doDamage() method:\n\nHas 1 int parameter that subtracts specified value from the monster’s health\n\n\nCreate a heal() method:\n\nSame as doDamage() but adds to monster’s health\n\n\n\n\nImplement listAllMonsters() in MonsterInheritanceMain.java:\n\nFor each monster\, if the Monster is dead (health is <= 0)\, then print: “- (monster species) – Dead”\nOtherwise print “- (monsterspecies) – (monster health) health”\n\n\nCreate a main() method that calls run()\n\nMight be hard to test this week’s homework\, so don’t worry if you can’t 🙂 \nIf you have any questions\, please email me at williamsmith@ayclogic.com
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-william-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR