5 PM Intro To Java – Alex Lee
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...
American Young Coder Academy – Indo
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...
Today We Did We were able to add AYC Essentials creative mode tab. We were able to add SaturnSword into AYC Essentials creative mode tab.
Today We Did: Started with the Monster Inheritance project For Homework: Make a new method called printMonsterMenu and it should contain all the code that is used to print out the menuRead More...
Today We Did: We went over the Magic8Ball homework Also, learned about methods and how object-oriented programming works. For Homework: Convert your Magic8Ball homework into a much shorter version of it: PutRead More...