5 PM – Minecraft Modding with Java – Gamas
Today We Did We created a custom creature from CEM Template Loader blockbench plugin. We created Saturn Fox. Homework No homework
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...
Homework Inside activity_game.xml, add the component number 3, 4, 5 and 7. For component 4, just put start (left:32dp) and top constraint (8dp). For component 3, just put end (right:32dp) and topRead More...