dungeon-of-the-day/TODO.md

660 B

TODO

Bugs

Roadmap

  • what's the game mechanic / concept? should be one clear concept
  • [.] saveFile should actually save json file (as text) with map and all the tiles in each position:
    • player position,
    • all monsters,
    • item positions,
    • terrain positions
  • load items from disk
  • generate text for items
  • check collision with item, read out message
  • inventory file to save inventory
  • save date and check for today's date (if so, you cannot move, but can you do something else?)

CLOSED

  • not all emoji are same width so different size players cause map row to get off of lined up grid