4 PM – Scratch Level 1 – Alex Lee
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: 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.
Homework Create bank_system.xml and represent the data from BankSystem.java (from the Intro to Java final test). It should have the following items bank_accounts map inside bank_accounts map would have a whole bunchRead More...
Today We Did We continued with Tic Tac Toe android game. We learned how to use SharedPreference to pass information from one page to another page inside the app. We displayed theRead More...