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:20230513T170000
DTEND;TZID=America/Los_Angeles:20230513T180000
DTSTAMP:20260512T104734
CREATED:20230514T010350Z
LAST-MODIFIED:20230514T010350Z
UID:19725-1683997200-1684000800@www.ayclogic.com
SUMMARY:5 PM - Android Game Dev - Gamas
DESCRIPTION:Homework\n\nBook.getInfo() needs to return String in the following format “Lord of The Rings by JRR Tolkien. Published on 1950. Price is $20. ID ABCD123”\nInside LibrarySystem\, add one more method “editBookPriceUsingList()”. This is very similar to editBookPrice()\, but use the bookList instead of the bookMap.
URL:https://www.ayclogic.com/event/5-pm-android-game-dev-gamas-2/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230506T170000
DTEND;TZID=America/Los_Angeles:20230506T180000
DTSTAMP:20260512T104734
CREATED:20230507T005253Z
LAST-MODIFIED:20230507T010059Z
UID:19621-1683392400-1683396000@www.ayclogic.com
SUMMARY:5 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe reviewed basic Java syntax because to create any kind of games in Android you need to know the basic Java syntax.\nWe made sure everyone installed Android Studio.\n\nHomework\n\nContinue on LibrarySystem project and add code to enable\n\nAdd Book\nList all books
URL:https://www.ayclogic.com/event/5-pm-android-game-dev-gamas/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230505T170000
DTEND;TZID=America/Los_Angeles:20230505T180000
DTSTAMP:20260512T104734
CREATED:20230506T005707Z
LAST-MODIFIED:20230506T005707Z
UID:19601-1683306000-1683309600@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe learned about how to fix up errors and be able to see what is wrong with the code.\nStarted the Email Application project\n\nFor Homework:\n\nCreate a new method for the Email Application\, where you are able to add in the email into a map.\nThere should be an Email Account class and it will have 3 attributes\, name\, email\, and password.\nInside it\, make sure to create a constructor\, along with its getters and setters.\nAlso\, create a method called getInfo\, which will print out all of the information for the user. “<name> – <email>”\nBelow is an example of what add new email should look like.\n\n    ADD NEW EMAIL\n1. Enter your name: Alex\n2. Enter your email: alexlee@ayclogic.com\n3. Enter your password: 1234\n    You have successfully created an email account for Alex
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-lee-8/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230429T130000
DTEND;TZID=America/Los_Angeles:20230429T140000
DTSTAMP:20260512T104734
CREATED:20230429T213329Z
LAST-MODIFIED:20230429T213329Z
UID:19390-1682773200-1682776800@www.ayclogic.com
SUMMARY:1 PM - Android Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe implemented RESET GAME button.\nWe added tag to each of the boxes.\nWe started working on checkForWinner() method.\n\nHomework\n\nIn the class today\, we added code to check for winner for all horizontal rows. After we found a winner\, set statusBarLabel UI component to “We have a winner”.\nAdd code to check for winner in all vertical rows and if a winner is found\, set statusBarLabel UI component to “We have a winner”.\nAdd code to check for winner in all diagonals and if a winner is found\, set statusBarLabel UI component to “We have a winner”.\nMy latest code can be found in here.
URL:https://www.ayclogic.com/event/1-pm-android-game-dev-gamas-8/
CATEGORIES:Android Game Development
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230427T190000
DTEND;TZID=America/Los_Angeles:20230427T200000
DTSTAMP:20260512T104734
CREATED:20230428T031118Z
LAST-MODIFIED:20230428T031118Z
UID:19366-1682622000-1682625600@www.ayclogic.com
SUMMARY:7PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe finish up the TemperatureConverter project by adding in the other headers and also figuring out how to change the equation based on the conversion type.\nAlso looked over the practice exam for Driver System.\n\nFor Homework:\n\nGo take the practice exam at the link here: https://forms.gle/cbbTkdGB4vkcXf1h9\nMake sure to finish it before the next class\, preferably a few days before so I get the chance to grade it and go over any errors during the class.\nThe final exam will be the week after we finish reviewing the practice exam.
URL:https://www.ayclogic.com/event/7pm-intro-to-java-alex-lee-2/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230422T130000
DTEND;TZID=America/Los_Angeles:20230422T140000
DTSTAMP:20260512T104734
CREATED:20230422T205837Z
LAST-MODIFIED:20230422T205916Z
UID:19068-1682168400-1682172000@www.ayclogic.com
SUMMARY:1 PM - Android Game Dev - Gamas
DESCRIPTION:Homework\n\nIn Tic-Tac-Toe project\, make the MainActivity “START GAME” button blue like the one in GameActivity and make the text size bigger.\nIf you have not done it\, in GameActivity\, change the “player1Score” and “player2Score” ui components text according to the name that user entered in MainActivity.
URL:https://www.ayclogic.com/event/1-pm-android-game-dev-gamas-7/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230422T120000
DTEND;TZID=America/Los_Angeles:20230422T130000
DTSTAMP:20260512T104734
CREATED:20230422T195956Z
LAST-MODIFIED:20230422T195956Z
UID:19066-1682164800-1682168400@www.ayclogic.com
SUMMARY:12 PM - Android Game Dev - Gamas
DESCRIPTION:Homework\n\nContinue on Tic-Tac-Toe game\nIn MainActivity.java\, when user click on the Start Game button\, get the player 1 name and player 2 name and print it to the console. You might have to look at Temperature Converter program to see how to do this.
URL:https://www.ayclogic.com/event/12-pm-android-game-dev-gamas-5/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230421T170000
DTEND;TZID=America/Los_Angeles:20230421T180000
DTSTAMP:20260512T104734
CREATED:20230422T005831Z
LAST-MODIFIED:20230422T005831Z
UID:19056-1682096400-1682100000@www.ayclogic.com
SUMMARY:5 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nWe learned about HashMaps and how to store the information.\nUnderstood about the keys and values with it\nStarted the RestaurantMap project\n\nFor Homework:\n\nFirst\, create a new class in the package called “Restaurant”\nIt should be created in the same way that you did Student and Teacher in the SchoolSystem\nIt has four attributes\, name\, age\, founding year\, and cuisine.\nMake sure to create a constructor\, getters\, and setters.\nOnce complete\, go back to the add method in the RestaurantMap and create the Restaurant.\nAfter creation\, store it inside a hashmap that you have to create. The key would be type String and the value would be type Restaurant
URL:https://www.ayclogic.com/event/5-pm-intro-to-java-alex-lee-7/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230420T190000
DTEND;TZID=America/Los_Angeles:20230420T200000
DTSTAMP:20260512T104734
CREATED:20230421T025610Z
LAST-MODIFIED:20230421T025610Z
UID:19043-1682017200-1682020800@www.ayclogic.com
SUMMARY:7 PM - Intro To Java - Alex Lee
DESCRIPTION:Today We Did:\n\nContinued with the TemperatureConverter project\nAdded in the temperature spinner listener\nLearned about the resources\n\nFor Homework:\n\nBe able to change it to Celsius to Kelvin as the header.\nAlso figure out how to pass the information of the conversion type to the convert button on click.\nSo that when you change the spinner option\, it should also change the formula and the result.
URL:https://www.ayclogic.com/event/7-pm-intro-to-java-alex-lee-5/
CATEGORIES:Introduction To Java,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230415T130000
DTEND;TZID=America/Los_Angeles:20230415T140000
DTSTAMP:20260512T104734
CREATED:20230415T211411Z
LAST-MODIFIED:20230415T211822Z
UID:18949-1681563600-1681567200@www.ayclogic.com
SUMMARY:1 PM - Python Game Dev - Gamas
DESCRIPTION:Today We Did\n\nWe continued with Tic Tac Toe android game.\nWe learned how to use SharedPreference to pass information from one page to another page inside the app.\nWe displayed the first player’s name into Game Activity statusBarLabel ui component.\n\nHomework\n\nset “player1Score” label with first player’s name\, the one that user enters in the landing page.\nset “player2Score” label with second player’s name\, the one that user enters in the landing page.\nafter every click on the board\, change the statusBarLabel to show whose turn is it? If player 1 is “Gamas” and player 2 is “John”\, then the statusBarLabel need to show “Gamas’ Turn” when the game starts. After Gamas click on the board\, the statusBarLabel need to show “John’s turn” etc. You need to do this inside GameActivity.onClick(View view) method.
URL:https://www.ayclogic.com/event/1-pm-python-game-dev-gamas/
CATEGORIES:Android Game Development,Java
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230415T120000
DTEND;TZID=America/Los_Angeles:20230415T130000
DTSTAMP:20260512T104734
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:20260512T104734
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:20260512T104734
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:20260512T104734
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:20260512T104734
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:20260512T104734
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:20260512T104734
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:20260512T104734
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:20260512T104734
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:20260512T104734
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:20260512T104734
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:20260512T104734
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:20260512T104734
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:20260512T104734
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:20260512T104734
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:20260512T104734
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:20260512T104734
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:20260512T104734
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:20260512T104734
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:20260512T104734
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
END:VCALENDAR