tty-solitaire/TODO.md

18 lines
580 B
Markdown
Raw Permalink Normal View History

2011-06-06 04:15:46 +00:00
# TODO
- signal handling
2011-06-08 15:33:06 +00:00
- turn either 1 or 3 cards to the waste pile (configurable)
- {cursor,label,hacker} mode (configurable)
2011-06-19 22:40:24 +00:00
- undo
2011-06-08 15:33:06 +00:00
## For 1.0
2011-06-19 22:40:24 +00:00
- [ ] explicit non-support for non-colored terminals (autoconf, ncurses)
- [ ] make it somewhat portable
- [x] handle screen resizing
2011-06-08 15:33:06 +00:00
- [x] number of passes through the stock (configurable)
## Ideas
2011-06-19 22:40:24 +00:00
- pure ascii interface for old terminal emulators
- automatic moving of cards (think windows solitaire)
2011-06-08 15:33:06 +00:00
- move without cursor (a digit for each stack)
- move like a hacker (e.g 'm03m2' == move 3 cards from maneuvre 0 to maneuvre 2)