Awesome
blackjack-c-sdl
Blackjack written in C using SDL
Install
Linux
For Debian:
apt install cmake clang libsdl2-dev libsdl2-gfx-dev libsdl2-ttf-dev libsdl2-image-dev
Mac OS
Install Xcode to acquire clang
. Next install Homebrew and do
brew install cmake sdl2 sdl2_gfx sdl2_ttf sdl2_image
Build
cmake .
make
Run
./blackjack
License
Alternative Implementations:
I've written Blackjack in several other languages: