Checking TODO in.
This commit is contained in:
parent
2d27a53d95
commit
b35a3105e3
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,4 +1,2 @@
|
|||||||
**/*.o
|
**/*.o
|
||||||
TODO
|
ttysolitaire*
|
||||||
ttysolitaire
|
|
||||||
ttysolitaire_test
|
|
||||||
|
14
TODO.md
Normal file
14
TODO.md
Normal 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) (?)
|
Loading…
Reference in New Issue
Block a user