Note
forked from ineshbose/Blackjack_CPP
Note
WIP, but we won't really continue developing it.
the idea was to have multiplayer mode via webserver, which is pretty much done
but the client has some glitches from time to time
and the server as well (though should be fine). also, it has a separate dealer for each player
we provide pre-compiled binaries for linux, mac and windows, check out the latest release
git clone https://github.com/jarjk/blackjackpp
cd blackjackpp# by default only client is built, see meson.options, *bool* is default
meson setup build # can be set with -Dclient=[*true*, false] -Dserver=[true, *false*]
meson compile -C build
# if not localhost: BJ_ADDR=$desired_address
./build/blackjackpp-client
# if built. BJ_LOG=verbose to show full responses
./build/blackjackpp-server