/blackjack-strat

cli blackjack with basic strategy warnings

Primary LanguageC++MIT LicenseMIT

blackjack-strat

cli blackjack with basic strategy warnings

A terminal version of Blackjack that enforces basic strategy, written in C++

Installation & Usage

Download the latest release compatible with your system

You can then run the executable, and the commands are provided in the application

Manual Installation

Install a compatible C++ compiler, and add to PATH

Install CMake

Find your compatible generator, and use the string (e.g. "Visual Studio 17 2022") for CMake -G option

mkdir build
cmake -S . -B build -G "<GENERATOR STRING IN QUOTES>"
cmake --build build

./build/blackjack.exe

License

MIT