4 PM – Python Game Development – Latisha
Today We Did We went over the team project progress. We added 2 more sprites for the project so each kid can work independently: Shuriken, PowerUp. Homework Continue working on your teamRead More...
Today We Did We went over the team project progress. We added 2 more sprites for the project so each kid can work independently: Shuriken, PowerUp. Homework Continue working on your teamRead More...
Today We Did We created a custom creature from CEM Template Loader blockbench plugin. We created Saturn Fox. Homework No homework
Today We Did: Reviewed the homework "ForLoopIfElseHW" Started to learn about lists, and how to add, get, and remove things from them. Also, learned about how to loop through a list andRead More...
Today We Did We started migrating our 1.16 minecraft mod project into minecraft 1.19. Homework No homework
Today We Did: Covered the List and For Loop homework for the first two questions. Reviewed about for loops and how to loop through a list using them with either index orRead More...
Homework Everytime the player kills a bird, increase score by one. Display score in the top middle of the screen.
Homework Inside activity_main.xml, adjust player1Label and player2Label topConstraint so it will look vertically aligned with the player1Text and player2Text. Inside activity_game.xml, set the background image to background_img.png
Today We Did: We finished up the Window Cleaner project. Started the Punch The Dummy project Added in most of the components For Homework: Continue with the Punch The Dummy project GoRead More...
Homework Create a new project called Mar3Magic8Ball.java, and use a combination of Random module, while loop, if else statements to create Magic8Ball game. Look at below Python codes for your reference importRead More...
Homework We are using a lot of if elif else statements in our codes. There is a slightly faster way which is using switch https://www.w3schools.com/java/java_switch.asp Replaced code inside GameView.update() to use JavaRead More...