fabio-t/alone-rl

Make screens

Closed this issue · 2 comments

(it should always pause when changed, if in real-time mode)

  • Start: new game, continue, save?, options, credits..
  • Play: the actual game
  • Inventory: it's actually multiple inventory-like screens: drop/throw/equip/eat
  • Look: shows entity/items at current target position (necessary? might just be an enhancement on PlayScreen)

996e8e4 implements first draft of inventory screen

Almost finished the LookScreen with 6371bde. What's missing is just a little message showing what's on the tile currently being targeted.

I still need to do EquipScreen though, but the infrastrure is in place. It's trivial.