9 AM – Android Game Development With Java
Today We Do We control the game sound (on or off) from the setting Sound switch. When we disable the sound, when the player launch the fireball, it will not make anyRead More...
Today We Do We control the game sound (on or off) from the setting Sound switch. When we disable the sound, when the player launch the fireball, it will not make anyRead More...
Homework Inside MonsterInheritance project, inside Monster.java, create a new method: doArrowDamage(int damage). Inside the method, reduce the monster's health. Inside MonsterSystem.java, when user attack monster with arrow, call this monster.doArrowDamage(...). Inside WaterGollem.java,Read More...
Today We Do We finished SchoolApplication. We learned how to use Debugger in Pycharm We started learning Map and HashMap. Homework No homework next week.
Today We Do We continued with Jan22RestaurantSystem. We learned how to add Restaurant object into the restaurantList. We learned how to loop through each Restaurant object using for loop and print itsRead More...
Homework Transfer Teacher.java from SchoolApplication to SAT-5PM-IntroToJava project. Similar to how we copy Student.java in the class. Inside Jan22_HashMap.java, add a new Map for Teacher: teacherMap. This should be very similar toRead More...