Skip to content

Charibdys/curses-blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Curses Blackjack

The game of Blackjack implemented in C with a curses interface

Dependencies

  • pcg-random, specifically the pcg-c library
  • ncurses

Building

Run make all to build the binary.

Features

  • PCG Random Number Generation
  • Optimized for small terminals (80 column, 24 lines)
  • Thorough card shuffling
  • Simple game rules
    • Double Down
    • Surrender

Attribution

ASCII art used in the title screen was generated on www.patorjk.com/software/taag/ Using the font 'DOOM' by Frans P. de Vries fpv@xymph.iaf.nl, 18 Jun 1996

NCurses, used here to make the text user interface, is currently maintained by Thomas E. Dickey dickey@invisible-island.net

The PCG random number generator was sourced from www.pcg-random.org

About

The game of Blackjack implemented in C using ncurses

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published