Today We Did: We finished up the Window Cleaner project. Started the Punch The Dummy project Added in most of the components For Homework: Continue with the Punch The Dummy project GoRead More...
Homework Create a new project called Mar3Magic8Ball.java, and use a combination of Random module, while loop, if else statements to create Magic8Ball game. Look at below Python codes for your reference importRead More...
Homework We 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 Replaced code inside GameView.update() to use JavaRead More...
Homework Inside activity_game.xml, add the component number 3, 4, 5 and 7. For component 4, just put start (left:32dp) and top constraint (8dp). For component 3, just put end (right:32dp) and topRead More...
Today We Did: Started with the Monster Inheritance project For Homework: Make a new method called printMonsterMenu and it should contain all the code that is used to print out the menuRead More...
Today We Did: We went over the Magic8Ball homework Also, learned about methods and how object-oriented programming works. For Homework: Convert your Magic8Ball homework into a much shorter version of it: PutRead More...
Homework Continue with Dragon Birdie mobile application. Add High score feature. The Highscore feature should be stored inside SharedPreferences. SharedPreferences is what we used to store sound on and off setting.
Homework Migrate JupiterDragonAxe.java / DragonFireballAxe.java from 1.16.5 project to 1.19.3 project. Follow what we did with SaturnFireballAxe.java Migrate the Java file Add an entry in ModItems.java Add an entry in AYCEssentialsMod.java ModifyRead More...
Today We Did: Went over the homework for shortening the Magic8Ball and also going over how to create the method for converting from Fahrenheit to Celsius. In class, we went over anRead More...
Homework Continue on Dragon Birdie mobile app. Set game duration to 120 seconds. Modify GameView.createBird() codes so the frequency of bird getting created increase as the time progress: When game duration isRead More...
Homeworks XML homeworks Open your SchoolApplication or StudentApplication Inside this project, create a new XML file call it: school_application.xml Represent student_list inside school_application.xml. Inside student_list create at least 4 students. Represent eachRead More...
Today We Did We migrated the Saturn armors to 1.19.3 project: legging, boots, chestplate, helmet. We started adding the Saturn Ore. Homework No homework
Today We Did: We finished up the Spiralizer project and reviewed on the creating the clones. Started the Virtual Snow project Reviewed on how to delete clones when they each the bottomRead More...
Today We Did: Created three new methods, arrowAttack, magicAttack, and takeMonsterDamage. We were able to create takeMonsterDamage because we noticed that the code was duplicating multiple times so it was correct toRead More...
Today We Did: Went over the Magic8BallUsingMethods code Stated the school application project Created the school system and learned about classes. For Homework: Create another option for adding in the teacher. YouRead More...
Homework Continue with DEEPSLATE_SATURN_ORE. We started DEEPSLATE_SATURN_ORE, but not finished. The remaining works are as follows create src/main/resources/assets/aycessentials/blockstates/deepslape_saturn_ore.json . This should be very similar to saturn_ore.json in the same directory. update src/main/resources/assets/aycessentials/lang/en_us.jsonRead More...
Today We Did: Finished up the Monster Inheritance project Created two more classes, the troll, and the goblin Added in the option to heal the monster, and override it in each ofRead More...
Today We Did: We continued with the School System project. Added in listing out all of the students, teachers, and started finding the student. We also were able to load in theRead More...
Today We Did We added click listener to all 9 boxes without doing code duplication. We display circle image to the box that the user click. Homework No class next week (04/08)Read More...
Today We Did We added jsons to make the saturn_ore and deepslate_saturn_ore generated in a new world creation. Homework No class next week (04/08) because of Easter weekend.