dungeon-of-the-day/TODO.md
2021-03-05 23:17:21 -05:00

627 B

TODO

Bugs

  • after creating dungeon, the player 'jumps' but investigating the gameFile everything looks ok in there. hmmm. it looks like it's not displaying the player where i think they should be located.

  • 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?)