9 AM – Intro To Java
9 AM – Intro To Java
We completed Email program in Java. We reviewed the use of open-source Jackson JSON library. Homework: Review Email program that we have done and come up with questions. Make sure you guysRead More...
We completed Email program in Java. We reviewed the use of open-source Jackson JSON library. Homework: Review Email program that we have done and come up with questions. Make sure you guysRead More...
We went over how to generate your custom saturn ore in the minecraft world.
We created Saturn Armor. We based Saturn Armor using Netherite armor. Homework: change saturn_layer_1.png in your favorite image editor so it will look more like saturn_breastplate.png.
We reviewed the quiz result. We started Monster System until displaying the first menu. Homework: continue with Monster System program according to https://www.ayclogic.com/java-exercise-monster-system/ Also soon we will be doing Android development (mobileRead More...
We continued with Shoot Balloon project. We added collision detection between Target and Balloon. We added explode.py sprite. Homework: When balloon pop, we need to display Explode sprite. Add another sprite buy.pyRead More...
We added custom saturn breastplate, helmet, legging and boots. Homework: Make recipes for all of 4 of these new items. So we can make these items via crafting table. The Recipes shapeRead More...
We continued with MonsterSystem program. We added the heal, damage and exit feature. We installed Android Studio. Homework: Continue with MonsterSystem program. Inside Monster.java do the following: create 3 methods: rangeDamage(int damage)Read More...
We went over objects and how to call object method. We went over why method parameter is needed.