9 AM – Python Game Development
Homework: Make the bird02 appear on the bottom right corner. Make the bird02 move left incrementally. Load the bird01_B.png and put in coordinate (100,100)
Homework: Make the bird02 appear on the bottom right corner. Make the bird02 move left incrementally. Load the bird01_B.png and put in coordinate (100,100)
Today we learned: What is a variable How to make and print a variable Integers, Doubles/Floats, Strings How to combine strings Homework: pg. 20-23 from the book (IntroToPythonP20toP23), put into a fileRead More...
We added the collision detection between Player and the Bird. We added sound effect when the Player and the Bird collide. We added score in the screen. Homework: Display play_button in theRead More...
We continued with Hangman game: We display question mark ("?") clue according to the number of letter in the secret_word. We decrease "lives" when user guess incorrectly. Homework: Inside the forever loop,Read More...
Today we had the two hour long final test.
We continued enhancing Vehicle System Java FX application. We enabled search and filtering according to maker text field. We integrated VehicleSystem class into the JavaFX Homework: Inside the Controller.java, inside the searchRead More...
Today we continued with the lesson on lists. We were able to finish most of the Mary had a Little Lamb project with lists. For Homework: Please make it so that allRead More...
We reviewed the "Tell Me Your Age" homework: https://www.ayclogic.com/tell-me-your-age/ We went over how to do List in Python. Homework: Aug1_ListHomework.py : Page 34, 35, 37 to 41
Today we continued with the Glacier Race project. We were able to add in the gems as well as collisions for the cars. For Homework: Please do from pages 182-184 which addsRead More...
Homework Put the t.penup() and t.pendown() accordingly Make a robot using turtle module, do the body, neck, head, eyes and mouth