Add four color mode

Fix #32
This commit is contained in:
Sebastian Riedel
2019-01-14 06:52:38 +01:00
parent 57c481f506
commit 90e50dcc4c
6 changed files with 47 additions and 14 deletions

3
README
View File

@@ -44,10 +44,11 @@
** Usage
#+BEGIN_SRC text
usage: ttysolitaire [-v|--version] [-h|--help] [-p|--passes=NUMBER]
usage: ttysolitaire [-v|--version] [-h|--help] [-p|--passes=NUMBER] [-c|--colors]
-v, --version Show version
-h, --help Show this message
-p, --passes Number of passes through the deck
-c, --colors Four unique colors, one for each suit
#+END_SRC
** Development