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...
Android Game Development
Events
Calendar of Events
|
Sunday
|
Monday
|
Tuesday
|
Wednesday
|
Thursday
|
Friday
|
Saturday
|
|---|---|---|---|---|---|---|
|
0 events,
|
0 events,
|
0 events,
|
0 events,
|
0 events,
|
0 events,
|
1 event,
-
|
|
0 events,
|
0 events,
|
0 events,
|
0 events,
|
0 events,
|
0 events,
|
0 events,
|
|
0 events,
|
0 events,
|
0 events,
|
0 events,
|
0 events,
|
0 events,
|
0 events,
|
|
0 events,
|
0 events,
|
0 events,
|
0 events,
|
0 events,
|
0 events,
|
2 events,
-
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 |
|
0 events,
|
0 events,
|
0 events,
|
0 events,
|
0 events,
|
0 events,
|
2 events,
-
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... |