8000 GitHub - damondriscoll/blackjack-strat: cli blackjack with basic strategy warnings
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

damondriscoll/blackjack-strat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

0