Console Blackjack written in Zig.
Zig 0.16.0.
zig build runTo build the executable without running it:
zig buildThe binary is written to zig-out/bin/bj.
zig build testtest.sh runs the suite and produces a merged kcov coverage report
(unit tests plus an end-to-end run of the real binary):
./test.shThe report is written to zig-out/coverage/kcov-merged/index.html.
I've written Blackjack in some other programming languages too. Check them out!

