7:30 PM – Intro To Java – Alex Lee
Today We Did: We started with the Monster Inheritance project We added in how to add monsters, list them out, and play. The monster menu and the attack menu were also created.Read More...
Today We Did: We started with the Monster Inheritance project We added in how to add monsters, list them out, and play. The monster menu and the attack menu were also created.Read More...
Today We Did We learned more about JSON file structure. We learned how to distribute minecraft forge modding file to other people. We finished our course. Congrats everyone, I hope you guysRead More...
Today We Did: 1. We finished up the Monster Inheritance project. 2. We covered access modifiers and also how to override methods. For Homework: 1. Download Android Studio for the next class. https://developer.android.com/studio
Today We Did: We continued by covering how to use for loops using the index. Also, we talked about how to use for loops using index with a list. We also wentRead More...
Today We Did We learned how to create Json file for SchoolSystem.java We learned how to use IntelliJ debugger and break point. We learned how to enable lightning when LightningArrowItem strike aRead More...
Homework Finish Driver System Add codes to handle the 2nd rush hour from 16 to 19. Also in NewYorkTaxiDriver, override the getTripTime so it will not double the trip time during rushRead More...
Today We Did We added bird sprite to the screen. We flipped the bird image horizontally so it does not move backward. We started adding List<Bird> in GameView.java as to add multipleRead More...
Today We Did We downloaded and installed Android Studio software. We started Temperature Converter android application. We added the Fahrenheit header (id: sourceTempHeader) We added the a text field under Fahrenheit headerRead More...
Homework In Nov5Magic8Ball.java, use combination of Random module, while loop, if else statements to create Magic 8 Ball game. Look at below Python codes for your reference import random while True: user_questionRead More...
Today We Did We created Saturn Chestplate and SaturnArmorMaterial. Homework customize your saturn_layer_1.png image so it resemblance your armor customization last week. For reference, this is how I customize mine