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...
Today we did: Went into functions with return values in detail: why they are needed, how we use them, how the location of return affects what code runs examples of functions withRead More...
Homework Create a new Python file Oct8_ListHomework2.py Page 42 and 43: TRY IT YOURSELF 3-4, 3-5, 3-6, 3-7
Today We Did We added SATURN_TURTLE custom creature to our minecraft modding project. We fixed the body and head animation problem We continued with SATURN_FOX custom creature. We transfered the SaturnFoxModel.java classRead 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...
What we did today We worked on the Supermarket project. Homework Add 2 more fruits, 2 more "bakery" foods, and 1 more "others" foods. (You can choose any food sprite, just makeRead 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 list.pop(index) removes item at index list.insert(index, value) puts a value at an index list.append(value) puts a value at the end of a list list.remove(value) removes one of that value fromRead More...
Homework Continue with Oct8_PhoneDictionary.py. Add a new feature to exit from program if user enter "exit". Add a new feature to print all name and phone numbers in the dictionary. To doRead More...
Today We Did list.insert(index, value) puts value at index of where it would be once added list.append(value) puts value at end of list list.remove(value) removes one of that value from list list.pop(index) removesRead 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...
Today We Did Started Flappy Bird Created Tube Class Homework Create the Player Class in player.py using Green duck 1 and 2 to make it look like it is flapping its wings.Read More...
Today we: Reviewed the homework Continued the Fantastic Flowers project Coded the game to draw a flower whenever the player clicks on the screen Learned about "my blocks" Created a block titledRead More...
Today We Did We were able to add SATURN_LIGHTNING_AXE to the project. We were able to put a delay/warmup time every time we want to use the saturn lighting axe. We addedRead More...
Today We: Learned how to search using dictionary Created find_student_dictionary method Your HW: Create a teacher_dictionary attribute Update your add_new_teacher method to add the new teacher to the teacher dictionary with theRead More...
What we did today We finish working on the Lighthouse drawing We started working on the Captain America shield + Thor's Hammer drawing. Homework Finish doing the "messy sketching" on the wholeRead More...