9 AM – Python Game Development
We reviewed Test result We learned about Python Dictionary. Homework: Page 93 to 97
We reviewed Test result We learned about Python Dictionary. Homework: Page 93 to 97
Homework: When the player launch the fireball, the fireball always face to the right. Even when the player is facing left. So when fireball is created, make sure you use the rightRead More...
We continued with Bird class. We learned about Pygame.sprite.Group() We learned on how to randomize the bird images. Homework: I have uploaded all the latest python files into google drive. Move theRead More...
We went over the for loop homework. We reviewed what's going to be in the quiz next week. Variables and Data Types IF ELIF ELSE statements Loops: For loops, while loops HowRead More...
We created a function that draws a rectangle using turtle. We started building a robot using turtle, creating the feet, legs, body, and arms. Your homework has two parts: Finish the robot,Read More...
We continued with understanding JavaFX. We learned what the FXML file is used for. We learned what does Containers means How to connect Button in the FXML file with the controller JavaRead More...
Here are the projects that you should review for the test next week. Cat Art: https://scratch.mit.edu/projects/331671044/ Animal Race: https://scratch.mit.edu/projects/249238583/ Spaceship 1.0: https://scratch.mit.edu/projects/266884838/ Tunnel of Doom: https://scratch.mit.edu/projects/246531467/ Make sure to have created a gmail account by nextRead More...
We started the Minion Birthday Card project. Homework Finish adding the rest of the letter sprites in "Birthday" Add Birthday music sound to the minionPuttingLetter sprite when Start message is received
We went through Python Functions: We went through the difference between function with return and without return values. We went through parameters with default value, like the one in page 139. Homework:Read More...