From b35a3105e3e3b0e4c0405a6297af529fae680422 Mon Sep 17 00:00:00 2001 From: Murilo Pereira Date: Mon, 6 Jun 2011 01:15:46 -0300 Subject: [PATCH] Checking TODO in. --- .gitignore | 4 +--- TODO.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 TODO.md 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) (?)