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:20220303T180000
DTEND;TZID=America/Los_Angeles:20220303T190000
DTSTAMP:20260428T083903
CREATED:20220304T041340Z
LAST-MODIFIED:20220304T041340Z
UID:11847-1646330400-1646334000@www.ayclogic.com
SUMMARY:6 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe finish EmailApplication\n\nHomework\n\nNext week is Java Quiz. It will be 1 hour and 15 mins time. It is open book and you need to use IntelliJ to do your quiz.\nStudy SchoolApplication and the EmailApplication.\nStudy how to use list and Map\nStudy how to iterate list and Map.\nHow to read input from shell.\nIf else statements.\nCoding is like Math\, the more you practice\, the better you will be. How do you practice in coding? You redo some of the homeworks and exercises and program that you did before without looking.\nHow to study for the quiz\, after reviewing SchoolApplication and EmailApplication\, try to redo these 2 applications from scratch. Slowly redo the program without looking at the solution. If you are stuck\, you can of course look at the solution.
URL:https://www.ayclogic.com/event/6-pm-intro-to-java-gamas-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220305T100000
DTEND;TZID=America/Los_Angeles:20220305T110000
DTSTAMP:20260428T083903
CREATED:20220305T185518Z
LAST-MODIFIED:20220305T185518Z
UID:11866-1646474400-1646478000@www.ayclogic.com
SUMMARY:10 AM - Intro To Java - Gamas
DESCRIPTION:Homework\n\ninside MainActivity.convertButtonOnClick method\, change the conversion formula according to “conversionMode” attribute.
URL:https://www.ayclogic.com/event/10-am-intro-to-java-gamas-9/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220305T120000
DTEND;TZID=America/Los_Angeles:20220305T130000
DTSTAMP:20260428T083903
CREATED:20220305T205102Z
LAST-MODIFIED:20220305T205102Z
UID:11870-1646481600-1646485200@www.ayclogic.com
SUMMARY:12 PM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nNext week is Java quiz\, please come 15 mins early (11:45 AM).\nPlease study SchoolApplication and EmailApplication.\nMake sure you know the difference between Map and List.\nMake sure you know how to create class attributes to keep track of something within your application.\nTo practice\, the way to do it is to redo SchoolApplication and/or EmailApplication from scratch without looking at the solution. Unless you are stuck.\nIt’s open book.
URL:https://www.ayclogic.com/event/12-pm-intro-to-java-gamas-11/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220305T130000
DTEND;TZID=America/Los_Angeles:20220305T140000
DTSTAMP:20260428T083903
CREATED:20220305T220641Z
LAST-MODIFIED:20220311T015302Z
UID:11877-1646485200-1646488800@www.ayclogic.com
SUMMARY:1 PM Intro To Java - Alexander Lee
DESCRIPTION:Today We Did\n\nWe learned about If\, Else statements\nAlso learned about how to get user input with Scanner\nTalked about using AND and OR in Java\n\nFor Homework\n\nCreate a new Java file called March5_IfElseScannerHomework.java\nDo the AYClogic Car dealer program at\nhttps://www.ayclogic.com/java-exercise-2b-input-from-shell-and-if-else/
URL:https://www.ayclogic.com/event/2-pm-intro-to-java-alexander-lee/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220305T150000
DTEND;TZID=America/Los_Angeles:20220305T160000
DTSTAMP:20260428T083903
CREATED:20220306T000017Z
LAST-MODIFIED:20220306T000017Z
UID:11882-1646492400-1646496000@www.ayclogic.com
SUMMARY:3 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe completed SchoolApplication\nWe started learning about HashMap.\n\nHomework\n\nGo to https://www.youtube.com/watch?v=70qy6_gw1Hc and study about HashMap.\nChange the code in Mar5HashMap.java and see if you can store the following information inside “addressMap”:\n\nkey: “gamas” \, value:”9127 Ardendale Avenue\, San Gabriel\, CA 91775″\nkey: “john”\, value:”888 Heaven Rd\, Pasadena\, CA 88888″\n\n\nReview SchoolApplication codes and ask question if you have any.
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-gamas-9/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220305T170000
DTEND;TZID=America/Los_Angeles:20220305T180000
DTSTAMP:20260428T083903
CREATED:20220306T020058Z
LAST-MODIFIED:20220306T020058Z
UID:11886-1646499600-1646503200@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nContinue on EmailApplication\nInside createEmailMessage(EmailAccount personWhoLogin) when user enter an email that is not inside emailAccountMap\, then print message like “<email> is not in our system” and then stop doing sending the email.\nInside checkInbox(EmailAccount personWhoLogin) : when there is no email\, make sure we print “There is no email in your inbox” and don’t throw an error.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-gamas-10/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220312T100000
DTEND;TZID=America/Los_Angeles:20220312T110000
DTSTAMP:20260428T083903
CREATED:20220312T195353Z
LAST-MODIFIED:20220313T024457Z
UID:11977-1647079200-1647082800@www.ayclogic.com
SUMMARY:10 AM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe learned how to change the temperature conversion formula.\nWe learned how to reset the originalTemp EditText field and the conversionTemp TextView field whenever user change the conversion type.\n\nHomework\n\nReview the quiz problem and the solution.\nReview Monster Inheritance project.\nCreate a new Java file PetSystem.java\nCopy broken Java code from https://www.ayclogic.com/fix-java-error/ and fix all compilation errors and logic errors.
URL:https://www.ayclogic.com/event/10-am-intro-to-java-gamas-10/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220312T120000
DTEND;TZID=America/Los_Angeles:20220312T130000
DTSTAMP:20260428T083903
CREATED:20220313T025749Z
LAST-MODIFIED:20220313T025749Z
UID:11998-1647086400-1647090000@www.ayclogic.com
SUMMARY:12 PM - Intro To Java - Gamas
DESCRIPTION:One hour Java Quiz
URL:https://www.ayclogic.com/event/12-pm-intro-to-java-gamas-12/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220312T130000
DTEND;TZID=America/Los_Angeles:20220312T140000
DTSTAMP:20260428T083903
CREATED:20220312T215909Z
LAST-MODIFIED:20220318T222746Z
UID:11985-1647090000-1647093600@www.ayclogic.com
SUMMARY:1 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Do\n\nWe reviewed March5_IfElseScannerHomework.java\nWe went over List.\nWe went over ForLoopForList or sometimes called For Each Loop.\n\nHomework\n\nCreate a new Java file March12_ForLoopListHomework.java\nDo exercises number 1 and 2 only from https://www.ayclogic.com/java-list-forloop/
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alex-lee/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220312T150000
DTEND;TZID=America/Los_Angeles:20220312T160000
DTSTAMP:20260428T083903
CREATED:20220313T000029Z
LAST-MODIFIED:20220313T000029Z
UID:11988-1647097200-1647100800@www.ayclogic.com
SUMMARY:3 PM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nContinue with RestaurantSystemUsingMap.java\nAdd the “2. Find Restaurant” feature.\nExample\n\nPlease select from one of the following\n1. Add Restaurant\n2. Find Restaurant\n3. List all Restaurants\n4. Exit\nEnter your selection (1-4): 2\n\nFIND RESTAURANT\nEnter Restaurant name: Kang Ho Dong\nKang Ho Dong - 2000 - 888-256-9999\n\nPlease select from one of the following\n1. Add Restaurant\n2. Find Restaurant\n3. List all Restaurants\n4. Exit\nEnter your selection (1-4): 2\n\nEnter Restaurant name: Shakey\nWe cannot find Shakey in our system
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-gamas-10/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220312T170000
DTEND;TZID=America/Los_Angeles:20220312T180000
DTSTAMP:20260428T083903
CREATED:20220313T023515Z
LAST-MODIFIED:20220313T023515Z
UID:11993-1647104400-1647108000@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe finished EmailApplication project.\n\nHomework\n\nCreate a new Java file PetSystem.java\nCopy broken Java code from https://www.ayclogic.com/fix-java-error/ and fix all compilation errors and logic errors.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-gamas-11/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220317T190000
DTEND;TZID=America/Los_Angeles:20220317T200000
DTSTAMP:20260428T083903
CREATED:20220318T030515Z
LAST-MODIFIED:20220318T030515Z
UID:12067-1647543600-1647547200@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe reviewed the Quiz result.\n\nHomework\n\nCreate a new Java file PetSystem.java\nCopy broken Java code from https://www.ayclogic.com/fix-java-error/ and fix all compilation errors and logic errors.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-gamas-10/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220319T100000
DTEND;TZID=America/Los_Angeles:20220319T230000
DTSTAMP:20260428T083903
CREATED:20220319T180128Z
LAST-MODIFIED:20220319T180128Z
UID:12081-1647684000-1647730800@www.ayclogic.com
SUMMARY:10 AM - Intro To Java - Gamas
DESCRIPTION:Homework\n\nContinue with PetSystem\nAdd feature to change name and change age\nLook at expected behavior below\n\nMenu\n1. Add pet\n2. List all pets\n3. Find pet by name\n4. Change pet's age\n5. Change pet's name\n6. Exit\nPlease make your selection (1-4):1\n\nENTER NEW PET\nPet Species: Dog\nPet Name: Stitch\nPet age: 6\n\nMenu\n1. Add pet\n2. List all pets\n3. Find pet by name\n4. Change pet's age\n5. Change pet's name\n6. Exit\nPlease make your selection (1-4):2\nStitch - Dog - 6\n\nMenu\n1. Add pet\n2. List all pets\n3. Find pet by name\n4. Change pet's age\n5. Change pet's name\n6. Exit\nPlease make your selection (1-4):5\n\nCHANGE PET NAME\nEnter the pet's name that you want to find: Stitch\nGive me a new name: Atlas\nYou changed Stitch to Atlas\n\nMenu\n1. Add pet\n2. List all pets\n3. Find pet by name\n4. Change pet's age\n5. Change pet's name\n6. Exit\nPlease make your selection (1-4):2\nAtlas - Dog - 6
URL:https://www.ayclogic.com/event/10-am-intro-to-java-gamas-11/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220319T130000
DTEND;TZID=America/Los_Angeles:20220319T140000
DTSTAMP:20260428T083903
CREATED:20220319T210109Z
LAST-MODIFIED:20220319T210109Z
UID:12088-1647694800-1647698400@www.ayclogic.com
SUMMARY:1 PM - Intro To Java - Alexander Lee
DESCRIPTION:For Homework\n\nDo the 3rd question with the Game Inventory for homework\, by creating a new file called GameInventory.java and then following this link https://www.ayclogic.com/java-list-forloop/
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alexander-lee-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220319T150000
DTEND;TZID=America/Los_Angeles:20220319T160000
DTSTAMP:20260428T083903
CREATED:20220319T225723Z
LAST-MODIFIED:20220319T225723Z
UID:12095-1647702000-1647705600@www.ayclogic.com
SUMMARY:3 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe continued with RestaurantSystemUsingMap.java\nWe added findRestaurant using Map. We verified if restaurant name exists in our system.\n\nHomework\n\nIf you are not done\, finish the listAllRestaurants().\nCreate a new Java file PetSystem.java\nCopy broken Java code from https://www.ayclogic.com/fix-java-error/ and fix all compilation errors and logic errors.
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-gamas-11/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220319T170000
DTEND;TZID=America/Los_Angeles:20220319T180000
DTSTAMP:20260428T083903
CREATED:20220320T010557Z
LAST-MODIFIED:20220320T010557Z
UID:12098-1647709200-1647712800@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe learn how to fix error in Java.\nWe added change pet’s name in PetSystem.\n\nHomework\n\nNext week is Java Quiz. It is 20% of your grade. Please prepare and don’t be late.\nThe quiz is open book and you have to do coding in IntelliJ.\nStudy EmailApplication and SchoolApplication. If you want to do good in the quiz\, you have to study these 2 applications and practice. How do you practice\, you have to redo these 2 applications from scratch. I know this is a lot of work\, but if you want to do good you have to do this. If you are stuck\, you can look at the solution.\nIf you are confused\, you can email me at gamas@ayclogic.com or setup an extra class with me. Ask your parents to reach out to me.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-gamas-12/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220324T190000
DTEND;TZID=America/Los_Angeles:20220324T200000
DTSTAMP:20260428T083903
CREATED:20220325T030247Z
LAST-MODIFIED:20220325T030247Z
UID:12174-1648148400-1648152000@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe learned about how to fix Java errors.\nWe continued on PetSystem\n\nHomework\n\nContinue with PetSystem\nAdd feature to change name and change age.\nWhen you want to change pet’s name and age\, aside from calling the setName and setAge in the Pet class\, you also have to remove the old Pet from the map because it is using the old name. And add the new Pet with the new name.\nLook at expected behavior below\n\nMenu\n1. Add pet\n2. List all pets\n3. Find pet by name\n4. Change pet's age\n5. Change pet's name\n6. Exit\nPlease make your selection (1-4):1\n\nENTER NEW PET\nPet Species: Dog\nPet Name: Stitch\nPet age: 6\n\nMenu\n1. Add pet\n2. List all pets\n3. Find pet by name\n4. Change pet's age\n5. Change pet's name\n6. Exit\nPlease make your selection (1-4):2\nStitch - Dog - 6\n\nMenu\n1. Add pet\n2. List all pets\n3. Find pet by name\n4. Change pet's age\n5. Change pet's name\n6. Exit\nPlease make your selection (1-4):5\n\nCHANGE PET NAME\nEnter the pet's name that you want to find: Stitch\nGive me a new name: Atlas\nYou changed Stitch to Atlas\n\nMenu\n1. Add pet\n2. List all pets\n3. Find pet by name\n4. Change pet's age\n5. Change pet's name\n6. Exit\nPlease make your selection (1-4):2\nAtlas - Dog - 6
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-gamas-11/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220326T030000
DTEND;TZID=America/Los_Angeles:20220326T160000
DTSTAMP:20260428T083903
CREATED:20220326T230504Z
LAST-MODIFIED:20220326T230504Z
UID:12208-1648263600-1648310400@www.ayclogic.com
SUMMARY:3 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe learn how to fix Java error.\nAdded find pet by name.\n\nHomework\n\nAdd 2 more features in PetSystem. Change pet name and Change pet age.\nTo do this you have to first find the pet that you want to change. And then use the Pet’s setters to change the pet name and age.\nLook at below\n\nMenu\n1. Add pet\n2. List all pets\n3. Find pet by name\n4. Change pet's age\n5. Change pet's name\n99. Exit\nPlease make your selection (1-5):1\n\nENTER NEW PET\nPet Species: Dog\nPet Name: Stitch\nPet age: 6\n\nMenu\n1. Add pet\n2. List all pets\n3. Find pet by name\n4. Change pet's age\n5. Change pet's name\n99. Exit\nPlease make your selection (1-6):2\nStitch - Dog - 6\n\nMenu\n1. Add pet\n2. List all pets\n3. Find pet by name\n4. Change pet's age\n5. Change pet's name\n6. Exit\nPlease make your selection (1-4):5\n\nCHANGE PET NAME\nEnter the pet's name that you want to find: Stitch\nGive me a new name: Atlas\nYou changed Stitch to Atlas\n\nMenu\n1. Add pet\n2. List all pets\n3. Find pet by name\n4. Change pet's age\n5. Change pet's name\n6. Exit\nPlease make your selection (1-4):2\nAtlas - Dog - 6
URL:https://www.ayclogic.com/event/3-pm-intro-to-java-gamas-12/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220326T100000
DTEND;TZID=America/Los_Angeles:20220326T110000
DTSTAMP:20260428T083903
CREATED:20220326T181004Z
LAST-MODIFIED:20220326T181004Z
UID:12195-1648288800-1648292400@www.ayclogic.com
SUMMARY:10 AM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe added PetSystem the ability to change name.\nWe created PetCannotDoFetch class.\n\nHomework\n\nI have uploaded all the latest PetSystem java files into Google Drive\, please check it out if you did not have a chance to copy code during the class.\nIf you did not finish last week homework\, please finish it.\nChange the code inside PetSystem so when you add a pet it will ask whether or not the pet can do fetch\, if it cannot then create PetCannotDoFetch class instead of Pet.\n\nMenu\n1. Add pet\n2. List all pets\n3. Find pet by name\n4. Change pet's age\n5. Change pet's name\n6. Play fetch\n7. Exit\nPlease make your selection (1-7):1\n\nENTER NEW PET\nPet Species: dog\nPet Name: Stich\nPet age: 6\nCan this pet play fetch (y/n)? y \nYou have added Stitch as a Pet who can play fetch\n\nMenu\n1. Add pet\n2. List all pets\n3. Find pet by name\n4. Change pet's age\n6. Play fetch\n7. Exit\nPlease make your selection (1-7):1\n\nENTER NEW PET\nPet Species: turtle\nPet Name: Slow\nPet age: 2\nCan this pet play fetch (y/n)? n\nYou have added Slow as a Pet who can not play fetch\n\nMenu\n1. Add pet\n2. List all pets\n3. Find pet by name\n4. Change pet's age\n6. Play fetch\n7. Exit\nPlease make your selection (1-7):6\n\nPLAY FETCH\nEnter pet's name: Stitch\nEnter object: stick\nStitch picked up stick and bring it back to you.\n\nMenu\n1. Add pet\n2. List all pets\n3. Find pet by name\n4. Change pet's age\n6. Play fetch\n7. Exit\nPlease make your selection (1-7):6\n\nPLAY FETCH\nEnter pet's name: Slow\nSlow is a turtle\, it cannot play fetch
URL:https://www.ayclogic.com/event/10-am-intro-to-java-gamas-12/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220326T130000
DTEND;TZID=America/Los_Angeles:20220326T140000
DTSTAMP:20260428T083903
CREATED:20220326T205724Z
LAST-MODIFIED:20220326T205724Z
UID:12204-1648299600-1648303200@www.ayclogic.com
SUMMARY:1 PM - Intro to Java - Alexander Lee
DESCRIPTION:Today We Did\n\nToday we learned about using while loops\nAlso learned about boolean\, and how to use != with String\nLearned how to use if and else if with a while loop\n\nFor Homework\n\nCreate a new Java class called April2_WhileLoopHomework.java\nThe homework is found here: https://www.ayclogic.com/java-exercise-while-loop/
URL:https://www.ayclogic.com/event/1-pm-intro-to-java-alexander-lee-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20220331T190000
DTEND;TZID=America/Los_Angeles:20220331T200000
DTSTAMP:20260428T083903
CREATED:20220401T022909Z
LAST-MODIFIED:20220401T030739Z
UID:12278-1648753200-1648756800@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Gamas
DESCRIPTION:Today We Do\n\nWe finished PetSystem\nWe started MonsterInheritance project.\n\nHomework\n\nContinue on MonsterInheritance project. Do the following\nIn the beginning\, initialize monsterMap with 3 monsters\, look at the example below\n\nPlease select from one of the following\n1. Add new monster\n2. List all monsters\n3. Play the game\nEnter your selection (enter "exit" to quit):2\n\nLIST ALL MONSTERS\n- troll - health 50\n- dragon - health 100\n- water golem - health 30\n\nPlease select from one of the following\n1. Add new monster\n2. List all monsters\n3. Play the game\nEnter your selection (enter "exit" to quit):1\n\nADD NEW MONSTER\nEnter monster species: Cyclops\nEnter monster health: 50\nEnter monster max damage: 50\nYou have successfully added Cyclops\n\nPlease select from one of the following\n1. Add new monster\n2. List all monsters\n3. Play the game\nEnter your selection (enter "exit" to quit):3\n\nEnter player's name: Gamas\nEnter player's health: 100\n\nGamas has 100 health remaining.\nPlease select one of the following monsters:\n- troll - health 50\n- dragon - health 100\n- water golem - health 30\nEnter your selection (Enter 'stop' to end the game): aasfd\ninvalid selection\n\nGamas has 100 health remaining.\nPlease select one of the following monsters:\n- troll - health 50\n- dragon - health 100\n- water golem - health 30\nEnter your selection (Enter 'stop' to end the game): stop\n\nPlease select from one of the following\n1. Add new monster\n2. List all monsters\n3. Play the game\nEnter your selection (enter "exit" to quit):exit\nThank you for playing AYCLOGIC Monster Inheritance game
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-gamas-12/
CATEGORIES:Introduction To Java,Java
END:VEVENT
END:VCALENDAR