Skip to content

gdonald/blackjack-zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blackjack-zig

Console Blackjack written in Zig.

CI

Blackjack

Blackjack

Requirements

Zig 0.16.0.

Running

zig build run

To build the executable without running it:

zig build

The binary is written to zig-out/bin/bj.

Testing

zig build test

test.sh runs the suite and produces a merged kcov coverage report (unit tests plus an end-to-end run of the real binary):

./test.sh

The report is written to zig-out/coverage/kcov-merged/index.html.

License

GitHub

Other Blackjack Implementations:

I've written Blackjack in some other programming languages too. Check them out!

About

Console Blackjack written in Zig

Topics

Resources

License

Stars

Watchers

Forks

Contributors