Checking TODO in.

This commit is contained in:
Murilo Pereira 2011-06-06 01:15:46 -03:00
parent 2d27a53d95
commit b35a3105e3
2 changed files with 15 additions and 3 deletions

4
.gitignore vendored
View File

@ -1,4 +1,2 @@
**/*.o **/*.o
TODO ttysolitaire*
ttysolitaire
ttysolitaire_test

14
TODO.md Normal file
View File

@ -0,0 +1,14 @@
# TODO
- signal handling
- autotools/automake
- make compatible with non-colored terminals
- verify portability on different architectures
- handle screen resizing
- automatic moving of cards
- config file/cli arguments parsing
- turn either 1 or 3 cards to the waste pile
- number of passes through the stock
- {cursor,label,hacker} mode
- undo (?)
- move without cursor (a digit for each stack) (?)
- move like a hacker (e.g 'm03m2' == move 3 cards from maneuvre 0 to maneuvre 2) (?)