xobust / Project-Broban

ProjInda15 project
5 stars 2 forks source link

Add game UI #53

Closed willwull closed 8 years ago

willwull commented 8 years ago

We need a UI class that draws the player health in the upper left corner and the elapsed game time in the upper right corner. Is there anything else we need for the UI?

iRobsc commented 8 years ago

Nothing else for the MVP except maybe a start screen?

iRobsc commented 8 years ago

And oh when u die u should be able to publish ur score to the website!

willwull commented 8 years ago

Yes, but I think those should be separate issues, like "Add start screen" and "Add game over screen". I was thinking gameplay UI specifically.

xobust commented 8 years ago

I'm thinking that the UI will be controlled from a class that similar to a controller has a reference back to game so that it can access the players health.

willwull commented 8 years ago

I'll get started on this.

willwull commented 8 years ago

Oh btw guys, should the game timer be its own class or should we just have it as a variable in GameManager? @iRobsc @xobust

willwull commented 8 years ago

Implemented with #78