update TODO.md

This commit is contained in:
lee2sman 2021-03-28 14:34:21 -04:00
parent 4afc7ece8b
commit 653d9b2a95
1 changed files with 6 additions and 4 deletions

10
TODO.md
View File

@ -4,20 +4,21 @@
- [ ] render text descriptions at bottom
## Roadmap
- [X] curses-like screendraw system
- [ ] ability to pray / sing / meditate / wonder / think / dance?
- [ ] when else does it create new level? after date/time passes? when you walk off map?
- [o]
- [X] fixed number of moves limit before you *fall asleep*
- [ ] background of tiles becomes gray (twilight), then black (nightfall) before you fall asleep?
- [ ] ability to pray / sing / meditate / wonder / think / dance? / eat
- [ ] ability to drop items
- [ ] programmable robot pet? - (you feed it logo commands to retrieve things?)
- [o] check collision with item, read out message
- [X] 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
- [X] curses-like screendraw system
- [X] check collision with item, read out message
- [X] check collision with item, read out its name
- [X] generate descriptions for items that i'm happy with
- [X] inventory file to save inventory
- [X] save date and check for today's date (if so, you cannot move, but can you do something else?)
@ -33,3 +34,4 @@
## CLOSED Issues
- [X] i'm creating terrain but it's being overwritten (?) by old terrain file. fix.
- [X] not all emoji are same width so different size players cause map row to get off of lined up grid
- [X] breaks when you go above or below screen. (so prevent that).