Simple CLI blackjack made in C.
Using make:
# For the generic version
make
./blackjack.out
# For the ncurses version (linux)
make ncurses
./blackjack_ncurses.out
Note: Some screenshots might be a bit outdated.
Normal mode with color.
Using ncurses (no color for now). Player values and cards get updated on the same place.