8dcc / blackjack

Blackjack made in C with ncurses version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blackjack

Simple CLI blackjack made in C.

Building from source

Using make:

# For the generic version
make
./blackjack.out

# For the ncurses version (linux)
make ncurses
./blackjack_ncurses.out

Screenshots

Note: Some screenshots might be a bit outdated.

Normal mode with color.

screenshot-1

Using ncurses (no color for now). Player values and cards get updated on the same place.

screenshot-2

TOOD

  • Add nix shell support

About

Blackjack made in C with ncurses version

License:MIT License


Languages

Language:C 98.9%Language:Makefile 1.1%