Worked on my game for a couple hours instead of working on my Math 200 problems like I should have. Well worth it though - I managed to implement my physics solution into the game using mutable variables and accumulators that I learned from the last week of CPSC 110, haha! If I was taught this sooner, making this game would have been a bit easier. In java, mutable variables were one of the first things I learned o.O
On the to-do list for the game:
Make the swing shoot out faster, make it's y coordinate independent from the player, and improve the bar detection function (done)
Make a function that will detect when the character collects a star (in progress)
Update the draw function such that the background scrolls according to the x position of the player (done, whew!)
No comments:
Post a Comment