dungeon-of-the-day/TODO.md
2021-03-05 04:23:47 -05:00

419 B

TODO

  • 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
  • inventory file to save inventory
  • save date and check for today's date (if so, you cannot move, but can you do something else?)