diff --git a/.gitignore b/.gitignore index 3d278a3..5e34551 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,2 @@ **/*.o -TODO -ttysolitaire -ttysolitaire_test +ttysolitaire* diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..394d0c6 --- /dev/null +++ b/TODO.md @@ -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) (?)