Updated TODO.

This commit is contained in:
Murilo Pereira 2011-06-19 19:40:24 -03:00
parent 893f18a7e0
commit 014b4d6e98

11
TODO.md
View File

@ -2,15 +2,16 @@
- signal handling - signal handling
- turn either 1 or 3 cards to the waste pile (configurable) - turn either 1 or 3 cards to the waste pile (configurable)
- {cursor,label,hacker} mode (configurable) - {cursor,label,hacker} mode (configurable)
- undo (?) - undo
## For 1.0 ## For 1.0
- [ ] make compatible with non-colored terminals - [ ] explicit non-support for non-colored terminals (autoconf, ncurses)
- [ ] verify portability on different architectures - [ ] make it somewhat portable
- [ ] handle screen resizing - [x] handle screen resizing
- [x] number of passes through the stock (configurable) - [x] number of passes through the stock (configurable)
## Ideas ## Ideas
- automatic moving of cards - pure ascii interface for old terminal emulators
- automatic moving of cards (think windows solitaire)
- move without cursor (a digit for each stack) - move without cursor (a digit for each stack)
- move like a hacker (e.g 'm03m2' == move 3 cards from maneuvre 0 to maneuvre 2) - move like a hacker (e.g 'm03m2' == move 3 cards from maneuvre 0 to maneuvre 2)