CSI-280 / python-game

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

Add items back into the map #55

Closed lhvinton closed 4 years ago

lhvinton commented 4 years ago

Right now there are no items that are real items on the map even though it looks like there are. It would be a good idea to work on loading the items back into the map and figure out the generation for them in predefined rooms. Maybe they can be added to the map JSONs?

wesbeard commented 4 years ago

Items should be working to the point that they were before, you can pick them up from the map and they go into your inventory, now we just need to go back to implementing the individual items.