dannygoodacre / blackjack

Blackjack engine and CLI.
MIT License
0 stars 0 forks source link

blackjack

Blackjack engine and CLI.

Includes dynamic library exposing the engine with C data types.

GoogleTest is used for writing unit tests.

Building from source

  1. mkdir build && cd build
  2. cmake ..
  3. make