damondriscoll / blackjack-strat

cli blackjack with basic strategy warnings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

cli blackjack with basic strategy warnings

License:MIT License


Languages

Language:C++ 96.6%Language:CMake 3.4%