Skip to content

8dcc/blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Blackjack made in C with ncurses version

Topics

Resources

License

Stars

Watchers

Forks