9 AM – Intro To Java – Gamas
Homeworks Continue working on the Practice Test. Make sure to have the Driver and NewYorkTaxiDriver classes. The difficult part which is the getTripTime can be ignored until we discuss it next weekRead More...
Homeworks Continue working on the Practice Test. Make sure to have the Driver and NewYorkTaxiDriver classes. The difficult part which is the getTripTime can be ignored until we discuss it next weekRead More...
Homework Create a new class Player.java, this will be Player sprite. Basically we want to load player1.png and make it appear on the screen. How to do it, follow what we didRead More...
Today We Did: We started with the Monster Inheritance project. We were able to create the Monster and add it to a map, along with listing it out. Also, we started theRead More...
Today We Did: We started the first project and were able to get through the variable data types. We learned about how to initialize string, integer, double, and floats for variables. Also,Read More...