Blackjack written in C using SDL
For Debian:
apt install cmake clang libsdl2-dev libsdl2-gfx-dev libsdl2-ttf-dev libsdl2-image-dev
Install Xcode to acquire clang
. Next install Homebrew and do
brew install cmake sdl2 sdl2_gfx sdl2_ttf sdl2_image
cmake .
make
./blackjack
I've written Blackjack in several other languages: