CSI-280 / python-game

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

Interactive Map Object #32

Closed lhvinton closed 4 years ago

lhvinton commented 4 years ago

Since we have a basic inventory system working I think that it would be a good idea to start figuring out how to make objects that can be interacted with on the map. It can be something simple like a sign that the player can read when they walk over or it or push a button. This would add much needed functionality for puzzles and items as well.