53719dafbb
tty-solitaire
Ncurses-based klondike solitaire game.

Dependencies
- Terminal emulator with UTF-8 support
- C library with multibyte locales support
- Ncurses with wide-char/UTF-8 support
Install
From source
Install Ncurses
tty-solitaire depends on Ncurses. Some platforms provide it out of the box and some don't, so you might need to install it yourself.
macOS
macOS has Ncurses with wide character support out of the box, so there's
nothing you need to do. If you want to use other Ncurses libraries (from
Macports, Homebrew, etc.) you are able to do it by specifying LDLAGS
in
the make invocation. See this pull request for more information.
Usage
usage: ttysolitaire [-v|--version] [-h|--help] [-p|--passes=NUMBER]
-v, --version Show version
-h, --help Show this message
-p, --passes Number of passes through the deck
Description
Languages
C
97.6%
Makefile
2.4%