CSI-280 / python-game

Python roguelike for CSI-280
0 stars 0 forks source link

Implement some UI elements #35

Open wesbeard opened 4 years ago

wesbeard commented 4 years ago

We definitely need some UI elements such as a health display or text area. The tutorial goes into this in a section about creating an interface, this should be a good place to start with figuring out how we're going to implement our UI.

ghost commented 4 years ago

Some UI elements are reliant on having NPCs and interacting with them, as well as having a working damage system. Waiting on #34

lhvinton commented 4 years ago

A good UI element to implement now would be a way to view the inventory or a system to display message logs to the screen (saying what the character did or what is going on)

JoshBogin commented 4 years ago

@wllpwr4 Ill work on getting #34 done.