filoromz / roloex

A random project -- RPG game :)
4 stars 0 forks source link

Add a section below the Map which shows status of the Character #13

Closed filoromz closed 12 years ago

filoromz commented 12 years ago

At the moment, if the user moves using the arrow keys, it does not print to console the location of the character. We should have a status bar below the map depicting the current status of our character. Things to include are:

filoromz commented 12 years ago

This has been implemented. I have used a JLabel and printed out relevant stats which might be useful for the user to look at such as the Hero's hp/mp and its location. :)