9 AM – Intro To Java – Gamas
1 hour Java quiz
1 hour Java quiz
Today We Do We added the feature to make the projectile big after the player touch the star. We made sure that the big projectile did not disappear when it touch theRead More...
Today We Do We added Saturn Dragon Fireball Axe We added Saturn Lightning Axe which can smite nearby enemies (within 10 spaces) with lightning. Homework Change the image for saturn_dragon_fireball_axe.png to beRead More...
What we did today We continued working on the Spaceship game. Homework Make the Bomb sprite go to the Spaceship sprite when pressing "b" key. (use the code from Fireball sprite) MakeRead More...
Today We Do We learned how to clear both original and converted temperature fields. We learned how to remove the decimal points in the temperature. We learned how to deploy Android application.Read More...
Today We Do We reviewed the homework. We enabled multiple waves of enemies. We make the player's health decrease when enemies is off the screen and still alive. We hide hotspot whenRead More...
Today We Did: Today we learned about how to use HashMap. We talked about how to add and remove things from a HashMap, and also how to list out all the valuesRead More...
Today we: Reviewed and finished the Mary Had a Little Lamb project using list Started the Supermarket project Coded the Cat sprite to say the categories by using list Coded the WatermelonRead More...
Today we: Continued the Spaceship project Added the Asteroid sprite and edited its codes Added a Game Over Banner sprite Coded the game to stop and make the Game Over Banner showRead More...
Today We Do We review homework. Homework Finish last week homework. Create a new file book.py and add a new class Book. Inside the class, add these attributes: name, author, publication_year CreateRead More...
Today We: Continued the Shopping Cart project Created a list of strings to hold all the items the user has purchased Created a new add_item_to_cart function with 2 parameters: item_name and costRead More...