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...
Homework Homework is due on Friday night. Please email the scratch project link to gamas@ayclogic.com. Continue on Cheese Chase. Create "You Win" banner sprite. When the score reach 60, finish the gameRead More...
What we did today We made it so when the mouse/dot touches an edge of the screen, they will say "Hi" or "Ouch". We added music in the backdrop when the blueRead 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 went over the homework to add the shield powerup. We fixed the turret to point directly at the mouse by referencing the center of the turret. We went over theRead More...
2 hours final test. I will announce the result in your email. If you get 70% or more on your overall grade, no class next week (02/05). If you don't get lessRead More...
Today We Did: We started with the Spaceship 2.0 project. We were able to add in the Fireball sprite and shoot it. Also, we were able to create a Fireball Powerup whichRead More...
Today We Did: Finished working on Hangman Learned how to fix errors in Python Homework: Copy and paste code from Fix Python Bugs 2 inside a file called Jan29_FixingBugs2.py and try toRead More...
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...
Today we: Continued the Fantastic Flower project Learned about "my blocks" Created a block "draw_flower" Learned how to use draw_flower to create flowers, as well as customize the amount of petals, petalRead More...
Today We: Finished the Mary Had a Little Lamb project Started the Space Ship 1.0 project Made a copy of virtual snow for the stars Converted the snow to be stars ImportedRead More...
Today we: Learned about the coordinates on the edges and middle of the screen Learned how to use coordinates in Scratch to make a sprite move Learned how to use the penRead 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...
What we did today: We reviewed dictionaries, covering key value pairs and how to loop through dictionaries. We also learned more about .keys() and .items() when using dictionaries We reviewed the shoppingRead More...
Today We: Learned about functions, what they do, and how to create them Learned function parameters and passing in arguments when calling functions Learned functions with a return value and without aRead More...