Skip to content

jarjk/blackjackpp

Repository files navigation

♠️ Blackjack (C++)

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

Installing

we provide pre-compiled binaries for linux, mac and windows, check out the latest release

🔧 Development Setup

Cloning

git clone https://github.com/jarjk/blackjackpp
cd blackjackpp

Building / Compiling

Meson

# 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

About

A cross-platform implementation of BLACKJACK written in C++ for the terminal

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •