dungeon-of-the-day/TODO.md
2021-03-28 04:18:28 -04:00

1.3 KiB

TODO

Bugs

  • render text descriptions at bottom

Roadmap

  • curses-like screendraw system
  • ability to pray / sing / meditate / wonder / think / dance?
  • [o]
    • fixed number of moves limit before you fall asleep
    • background of tiles becomes gray (twilight), then black (nightfall) before you fall asleep?
  • ability to drop items
  • programmable robot pet? - (you feed it logo commands to retrieve things?)
  • [o] check collision with item, read out message
    • check collision with item, read out its name
  • add parse (--view?) to look at/read items in inventory (can't be used? just read/looked at?)
  • help system

Completed

  • generate descriptions for items that i'm happy with
  • inventory file to save inventory
  • save date and check for today's date (if so, you cannot move, but can you do something else?)
  • load items from disk
  • what's the game mechanic / concept? should be one clear concept
  • save item positions,
  • add more procedurally-generated things
    • tombstones
    • books
  • create, save and load terrain positions
  • save player position,

CLOSED Issues

  • i'm creating terrain but it's being overwritten (?) by old terrain file. fix.
  • not all emoji are same width so different size players cause map row to get off of lined up grid