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:20230415T120000
DTEND;TZID=America/Los_Angeles:20230415T130000
DTSTAMP:20260512T113056
CREATED:20230415T193400Z
LAST-MODIFIED:20230415T195444Z
UID:18944-1681560000-1681563600@www.ayclogic.com
SUMMARY:12 PM - Android Game Dev - Gamas
DESCRIPTION:Homework\n\nCreate bank_system.xml and represent the data from BankSystem.java (from the Intro to Java final test). It should have the following items\n\nbank_accounts map\ninside bank_accounts map would have a whole bunch of BasicBankAccount or PremiumBankAccount\n\n\nContinue on your TicTacToe android project. Add the Player2 label\, Player2 text field and Start Game button like below
URL:https://www.ayclogic.com/event/12-pm-android-game-dev-gamas-4/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230401T170000
DTEND;TZID=America/Los_Angeles:20230401T180000
DTSTAMP:20260512T113056
CREATED:20230402T014140Z
LAST-MODIFIED:20230407T011526Z
UID:18771-1680368400-1680372000@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Did\n\nWe added jsons to make the saturn_ore and deepslate_saturn_ore generated in a new world creation.\n\nHomework\n\nNo class next week (04/08) because of Easter weekend.
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-23/
CATEGORIES:Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230401T130000
DTEND;TZID=America/Los_Angeles:20230401T140000
DTSTAMP:20260512T113056
CREATED:20230401T210204Z
LAST-MODIFIED:20230407T011400Z
UID:18749-1680354000-1680357600@www.ayclogic.com
SUMMARY:1 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe added click listener to all 9 boxes without doing code duplication.\nWe display circle image to the box that the user click.\n\nHomework\n\nNo class next week (04/08) because of Easter weekend.\nInside GameActivity.onClick(View view) method add codes\n\nwhen it is “player1” turn display cross image on the box.\nwhen it is “player2” turn display circle image on the box.\nAlso alternate “whichPlayerTurn” between “player1” and “player2”.
URL:https://www.ayclogic.com/event/1-pm-android-game-dev-gamas-6/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230331T170000
DTEND;TZID=America/Los_Angeles:20230331T180000
DTSTAMP:20260512T113056
CREATED:20230402T013256Z
LAST-MODIFIED:20230406T001941Z
UID:18767-1680282000-1680285600@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe continued with the School System project.\nAdded in listing out all of the students\, teachers\, and started finding the student.\nWe also were able to load in the students so that we could test our code.\n\nFor Homework:\n\nThere is no class this coming week on April 7 due to Easter Weekend.\nJust like how we loaded in 4 students\, for homework load in 3 different teachers.\nIt is up to you what name and other information that you give the teachers\, just make them all different.\nAlso\, attempt to figure out how we can check to see if we are unable to find the student with their first and last name.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-lee-6/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230330T190000
DTEND;TZID=America/Los_Angeles:20230330T200000
DTSTAMP:20260512T113056
CREATED:20230331T025607Z
LAST-MODIFIED:20230331T025607Z
UID:18726-1680202800-1680206400@www.ayclogic.com
SUMMARY:7 PM Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nFinished up the Monster Inheritance project\nCreated two more classes\, the troll\, and the goblin\nAdded in the option to heal the monster\, and override it in each of the classes.\n\nFor Homework:\n\nDownload Android Studio before the next class since that is where we will be doing the project the next few classes.\nHere is where you can download it\, just scroll down to find the link to it: https://developer.android.com/studio
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-lee-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230325T170000
DTEND;TZID=America/Los_Angeles:20230325T180000
DTSTAMP:20260512T113056
CREATED:20230326T010620Z
LAST-MODIFIED:20230326T010620Z
UID:18672-1679763600-1679767200@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding with Java - Gamas
DESCRIPTION:Homework\n\nContinue with DEEPSLATE_SATURN_ORE. We started DEEPSLATE_SATURN_ORE\, but not finished. The remaining works are as follows\n\ncreate src/main/resources/assets/aycessentials/blockstates/deepslape_saturn_ore.json . This should be very similar to saturn_ore.json in the same directory.\nupdate src/main/resources/assets/aycessentials/lang/en_us.json\nadd new file src/main/resources/assets/aycessentials/models/block/deepslate_saturn_ore.json\nadd new file src/main/resources/assets/aycessentials/models/item/deepslate_saturn_ore.json\nModify these 2 files:\n\nsrc/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json and the needs_diamond_tool.json
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-22/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230324T170000
DTEND;TZID=America/Los_Angeles:20230324T180000
DTSTAMP:20260512T113056
CREATED:20230325T005112Z
LAST-MODIFIED:20230325T005112Z
UID:18646-1679677200-1679680800@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWent over the Magic8BallUsingMethods code\nStated the school application project\nCreated the school system and learned about classes.\n\nFor Homework:\n\nCreate another option for adding in the teacher.\nYou should create a teacher list and also the teacher class.\nFollow the similar steps to what we did today in class.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-lee-5/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230323T190000
DTEND;TZID=America/Los_Angeles:20230323T200000
DTSTAMP:20260512T113056
CREATED:20230324T025905Z
LAST-MODIFIED:20230324T025905Z
UID:18636-1679598000-1679601600@www.ayclogic.com
SUMMARY:7 PM Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nCreated three new methods\, arrowAttack\, magicAttack\, and takeMonsterDamage.\nWe were able to create takeMonsterDamage because we noticed that the code was duplicating multiple times so it was correct to make it a method.\nAlso\, learned about inheritance and how we can override methods.\n\nFor Homework:\n\nFinish up the options for the magic attack for water\, earth\, and wind.\nCreate a new class called Troll and it should extend the monster class.\nThe troll is immune to earth\, and takes double damage from fire.\n\n 
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-16/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230320T160000
DTEND;TZID=America/Los_Angeles:20230320T170000
DTSTAMP:20260512T113056
CREATED:20230320T235547Z
LAST-MODIFIED:20230320T235547Z
UID:18582-1679328000-1679331600@www.ayclogic.com
SUMMARY:4 PM - Scratch Level 1 - Alex Lee
DESCRIPTION:Today We Did:\n\nWe finished up the Spiralizer project and reviewed on the creating the clones.\nStarted the Virtual Snow project\nReviewed on how to delete clones when they each the bottom of the screen\n\nFor Homework:\n\nGo to extensions in the project\, and get the pen extension.\nNow inside of where you delete the clone\, grab the stamp block and put it there.\nAlso\, I want you guys to put an if then statement where the condition should be if it is touching the color white.\nInside the if then\, put a stamp and then delete this clone.
URL:https://www.ayclogic.com/event/4-pm-scratch-level-1-alex-lee-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230318T170000
DTEND;TZID=America/Los_Angeles:20230318T180000
DTSTAMP:20260512T113056
CREATED:20230319T012731Z
LAST-MODIFIED:20230319T012731Z
UID:18561-1679158800-1679162400@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Did\n\nWe migrated the Saturn armors to 1.19.3 project: legging\, boots\, chestplate\, helmet.\nWe started adding the Saturn Ore.\n\nHomework\n\nNo homework
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-21/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230318T130000
DTEND;TZID=America/Los_Angeles:20230318T140000
DTSTAMP:20260512T113056
CREATED:20230318T210232Z
LAST-MODIFIED:20230318T210232Z
UID:18552-1679144400-1679148000@www.ayclogic.com
SUMMARY:1 PM - Android Game Dev - Gamas
DESCRIPTION:Homeworks\n\nXML homeworks\n\nOpen your SchoolApplication or StudentApplication\nInside this project\, create a new XML file call it: school_application.xml\nRepresent student_list inside school_application.xml.\nInside student_list create at least 4 students.\n\nRepresent each of the student using the 3 different way we can represent a student. This is very similar on how we represent Monster 3 different ways in the class.\n\n\n\n\nContinue on your Tic Tac Toe\n\nchange the button inside activity_game.xml from “button” to “reset”.\nWhen you click on the reset button\, it will print “Game is reset” to the shell. This is very similar to activity_main.xml for “Start Game” button.
URL:https://www.ayclogic.com/event/1-pm-android-game-dev-gamas-4/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230318T120000
DTEND;TZID=America/Los_Angeles:20230318T130000
DTSTAMP:20260512T113056
CREATED:20230318T195456Z
LAST-MODIFIED:20230318T195456Z
UID:18550-1679140800-1679144400@www.ayclogic.com
SUMMARY:12 PM - Android Game Dev - Gamas
DESCRIPTION:Homework\n\nContinue on Dragon Birdie mobile app.\nSet game duration to 120 seconds.\nModify GameView.createBird() codes so the frequency of bird getting created increase as the time progress:\n\nWhen game duration is at 30 seconds\, increase the frequency the bird is spawn.\nWhen game duration is at 60 seconds\, increase the frequency the bird is spawn even more.\nWhen game duration is at 90 seconds\, increase the frequency the bird is spawn even more.
URL:https://www.ayclogic.com/event/12-pm-android-game-dev-gamas-2/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230317T170000
DTEND;TZID=America/Los_Angeles:20230317T180000
DTSTAMP:20260512T113056
CREATED:20230318T005406Z
LAST-MODIFIED:20230318T005406Z
UID:18527-1679072400-1679076000@www.ayclogic.com
SUMMARY:5 PM Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWent over the homework for shortening the Magic8Ball and also going over how to create the method for converting from Fahrenheit to Celsius.\nIn class\, we went over an example of how to create a class using methods such as the run method and getUserAge method.\n\nFor Homework:\n\nWe are going to be converting the Magic8Ball class one more time to be used with multiple methods.\nThe main method should only have two lines of code in it\, the creation of the main class and using the run method.\nThere should be three methods in your code besides the main class and they are run()\, provideResponse()\, and getInputFromUser().
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-lee-4/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230311T170000
DTEND;TZID=America/Los_Angeles:20230311T180000
DTSTAMP:20260512T113056
CREATED:20230312T020018Z
LAST-MODIFIED:20230312T020018Z
UID:18453-1678554000-1678557600@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding with Java - Gamas
DESCRIPTION:Homework\n\nMigrate JupiterDragonAxe.java / DragonFireballAxe.java from 1.16.5 project to 1.19.3 project. Follow what we did with SaturnFireballAxe.java\n\nMigrate the Java file\nAdd an entry in ModItems.java\nAdd an entry in AYCEssentialsMod.java\nModify the src/main/resources/assets/aycessentials/models/item/jupiter_fireball_axe.json: replaced items with item.
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-20/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230311T130000
DTEND;TZID=America/Los_Angeles:20230311T140000
DTSTAMP:20260512T113056
CREATED:20230318T035600Z
LAST-MODIFIED:20230318T035659Z
UID:18535-1678539600-1678543200@www.ayclogic.com
SUMMARY:1 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe continued with Tic Tac Toe.\nWe started adding the Tic Tac Toe board using Linear Layout\n\nHomework\n\nNo Homework
URL:https://www.ayclogic.com/event/1-pm-android-game-dev-gamas-3/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230311T120000
DTEND;TZID=America/Los_Angeles:20230311T130000
DTSTAMP:20260512T113056
CREATED:20230318T064244Z
LAST-MODIFIED:20230318T064244Z
UID:18541-1678536000-1678539600@www.ayclogic.com
SUMMARY:12 PM - Android Game Dev - Gamas
DESCRIPTION:Homework\n\nContinue with Dragon Birdie mobile application.\nAdd High score feature.\n\nThe Highscore feature should be stored inside SharedPreferences. SharedPreferences is what we used to store sound on and off setting.
URL:https://www.ayclogic.com/event/12-pm-android-game-dev-gamas/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230310T170000
DTEND;TZID=America/Los_Angeles:20230310T180000
DTSTAMP:20260512T113056
CREATED:20230311T015538Z
LAST-MODIFIED:20230311T015538Z
UID:18419-1678467600-1678471200@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe went over the Magic8Ball homework\nAlso\, learned about methods and how object-oriented programming works.\n\nFor Homework:\n\nConvert your Magic8Ball homework into a much shorter version of it:\n\nPut all of the different answer options into one list.\nThen by using a random number index\, choose one of the options and print it out.\nThe program should still ask “Enter yes or no question” and when the user inputs quit\, the program should end.\n\n\nCreate a new Java class <date>_MethodsHomework.java\nCreate a new method convertFromFahrenheitToCelcius. It has one parameter int fahrenheit. Inside the method\, it will convert fahrenheit parameter into celcius by using this formula (F − 32) × 5/9 = C . You have to return the result. This is very similar to what we did in the class with addFourNumbers method.\nAsk the user: “What temperature would you like to convert: ” and put the user’s input into the method.\nPrint out “The temperature was converted from Fahrenheit: ‘fahrenheitNumber’ into Celsius: ‘celsiusNumber’
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-lee-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230309T190000
DTEND;TZID=America/Los_Angeles:20230309T200000
DTSTAMP:20260512T113056
CREATED:20230315T035906Z
LAST-MODIFIED:20230315T035906Z
UID:18493-1678388400-1678392000@www.ayclogic.com
SUMMARY:7 PM Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nStarted with the Monster Inheritance project\n\nFor Homework:\n\nMake a new method called printMonsterMenu and it should contain all the code that is used to print out the menu for the monster.\nAlso find a way to shorten the code so that you are able to reuse a method that we have created in the past. Hint: it has to do with listing out all the monsters
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-lee-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230304T170000
DTEND;TZID=America/Los_Angeles:20230304T180000
DTSTAMP:20260512T113056
CREATED:20230305T020540Z
LAST-MODIFIED:20230305T020540Z
UID:18346-1677949200-1677952800@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Did\n\nWe were able to add AYC Essentials creative mode tab.\nWe were able to add SaturnSword into AYC Essentials creative mode tab.
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-19/
CATEGORIES:Java,Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230304T130000
DTEND;TZID=America/Los_Angeles:20230304T140000
DTSTAMP:20260512T113056
CREATED:20230304T220042Z
LAST-MODIFIED:20230304T220042Z
UID:18338-1677934800-1677938400@www.ayclogic.com
SUMMARY:1 PM - Android Game Dev - Gamas
DESCRIPTION:Homework\n\nInside activity_game.xml\, add the component number 3\, 4\, 5 and 7.\nFor component 4\, just put start (left:32dp) and top constraint (8dp).\nFor component 3\, just put end (right:32dp) and top constraint (32dp).\nFor component 5\, just put end (right:32dp) and top constraint (8dp).\nFor component 7 (reset button)\, put top\, left (32dp) and right (32dp) constraint.\nWhen you click the reset button\, print something to shell (“Reset button is clicked”)
URL:https://www.ayclogic.com/event/1-pm-android-game-dev-gamas-2/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230304T120000
DTEND;TZID=America/Los_Angeles:20230304T130000
DTSTAMP:20260512T113056
CREATED:20230304T205554Z
LAST-MODIFIED:20230304T205554Z
UID:18332-1677931200-1677934800@www.ayclogic.com
SUMMARY:12 PM - Android Game Development - Gamas
DESCRIPTION:Homework\n\nWe are using a lot of if elif else statements in our codes. There is a slightly faster way which is using switch https://www.w3schools.com/java/java_switch.asp\nReplaced code inside GameView.update() to use Java switch.
URL:https://www.ayclogic.com/event/12-pm-android-game-development-gamas-12/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230303T170000
DTEND;TZID=America/Los_Angeles:20230303T180000
DTSTAMP:20260512T113056
CREATED:20230308T211853Z
LAST-MODIFIED:20230308T211853Z
UID:18400-1677862800-1677866400@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Alex Lee
DESCRIPTION:Homework\n\nCreate a new project called Mar3Magic8Ball.java\, and use a combination of Random module\, while loop\, if else statements to create Magic8Ball game.\nLook at below Python codes for your reference\n\n\n\n\nimport random\n\nwhile True: \n    user_question = input("\nEnter your question? ")\n    if user_question.lower() == "quit" or user_question.lower() == "exit": \n        print("Bye bye")\n        break\n    random_num = random.randint(1\, 8)\n    if random_num == 1:\n        print("It is certain") \n    elif random_num == 2:\n        print("Most likely.") \n    elif random_num == 3:\n        print("Signs point to yes.") \n    elif random_num == 4:\n        print("I don’t think so.") \n    elif random_num == 5:\n        print("Ask again later.") \n    elif random_num == 6:\n        print("Concentrate and ask again.") \n    elif random_num == 7:\n        print("Outlook not so good.") \n    elif random_num == 8:\n        print("My reply is no")
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-lee-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230227T160000
DTEND;TZID=America/Los_Angeles:20230227T170000
DTSTAMP:20260512T113056
CREATED:20230228T060536Z
LAST-MODIFIED:20230228T060536Z
UID:18272-1677513600-1677517200@www.ayclogic.com
SUMMARY:4 PM Scratch Level 1 - Alex
DESCRIPTION:Today We Did:\n\nWe finished up the Window Cleaner project.\nStarted the Punch The Dummy project\nAdded in most of the components\n\nFor Homework:\n\nContinue with the Punch The Dummy project\nGo to project resources and grab the red punching glove.\nThen upload it to your project and make it follow your cursor\, and when it punches the eye the face and eye should move
URL:https://www.ayclogic.com/event/4-pm-scratch-level-1-alex-3/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230225T130000
DTEND;TZID=America/Los_Angeles:20230225T140000
DTSTAMP:20260512T113056
CREATED:20230225T220851Z
LAST-MODIFIED:20230225T220851Z
UID:18252-1677330000-1677333600@www.ayclogic.com
SUMMARY:1 PM - Android Game Development - Gamas
DESCRIPTION:Homework\n\nInside activity_main.xml\, adjust player1Label and player2Label topConstraint so it will look vertically aligned with the player1Text and player2Text.\nInside activity_game.xml\, set the background image to background_img.png\n\n 
URL:https://www.ayclogic.com/event/1-pm-android-game-development-gamas/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230225T120000
DTEND;TZID=America/Los_Angeles:20230225T130000
DTSTAMP:20260512T113056
CREATED:20230225T205253Z
LAST-MODIFIED:20230225T205253Z
UID:18240-1677326400-1677330000@www.ayclogic.com
SUMMARY:12 PM - Android Game Development - Gamas
DESCRIPTION:Homework\n\nEverytime the player kills a bird\, increase score by one.\nDisplay score in the top middle of the screen.
URL:https://www.ayclogic.com/event/12-pm-android-game-development-gamas-11/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230224T170000
DTEND;TZID=America/Los_Angeles:20230224T180000
DTSTAMP:20260512T113056
CREATED:20230225T021103Z
LAST-MODIFIED:20230225T021103Z
UID:18225-1677258000-1677261600@www.ayclogic.com
SUMMARY:5 PM Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nCovered the List and For Loop homework for the first two questions.\nReviewed about for loops and how to loop through a list using them with either index or for each.\nWent over how to create a while loop.\n\nFor Homework:\n\nFirst is to create a new class called GameInventory.java and follow the steps on question number 3: https://www.ayclogic.com/java-list-forloop/\nNext is to create another new file called Feb24_WhileLoopHW.java and follow the link here: https://www.ayclogic.com/java-exercise-while-loop/
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-lee/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230218T170000
DTEND;TZID=America/Los_Angeles:20230218T180000
DTSTAMP:20260512T113056
CREATED:20230219T020355Z
LAST-MODIFIED:20230219T020355Z
UID:18153-1676739600-1676743200@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Did\n\nWe started migrating our 1.16 minecraft mod project into minecraft 1.19.\n\nHomework\n\nNo homework
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-18/
CATEGORIES:Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230217T170000
DTEND;TZID=America/Los_Angeles:20230217T180000
DTSTAMP:20260512T113056
CREATED:20230218T015302Z
LAST-MODIFIED:20230218T015302Z
UID:18126-1676653200-1676656800@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Alex
DESCRIPTION:Today We Did:\n\nReviewed the homework “ForLoopIfElseHW”\nStarted to learn about lists\, and how to add\, get\, and remove things from them.\nAlso\, learned about how to loop through a list and get each of their elements.\n\nFor Homework:\n\nGo to this link for your homework: https://www.ayclogic.com/java-list-forloop/\nYou only have to do the first two problems for today\, make sure to submit them in the folder.
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230204T170000
DTEND;TZID=America/Los_Angeles:20230204T180000
DTSTAMP:20260512T113056
CREATED:20230211T220553Z
LAST-MODIFIED:20230211T220553Z
UID:17940-1675530000-1675533600@www.ayclogic.com
SUMMARY:5 PM - Minecraft Modding with Java - Gamas
DESCRIPTION:Today We Did\n\nWe created a custom creature from CEM Template Loader blockbench plugin.\nWe created Saturn Fox.\n\nHomework\n\nNo homework
URL:https://www.ayclogic.com/event/5-pm-minecraft-modding-with-java-gamas-17/
CATEGORIES:Minecraft Modding With Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230204T160000
DTEND;TZID=America/Los_Angeles:20230204T170000
DTSTAMP:20260512T113056
CREATED:20230211T220809Z
LAST-MODIFIED:20230211T220809Z
UID:17942-1675526400-1675530000@www.ayclogic.com
SUMMARY:4 PM - Python Game Development - Latisha
DESCRIPTION:Today We Did\n\nWe went over the team project progress.\nWe added 2 more sprites for the project so each kid can work independently: Shuriken\, PowerUp.\n\nHomework\n\nContinue working on your team project. The due date is March 18. Make sure to make good progress every week.
URL:https://www.ayclogic.com/event/4-pm-python-game-development-latisha-4/
CATEGORIES:Android Game Development,Java
END:VEVENT
END:VCALENDAR