Holds the internal representation of the poker game including how the cards and deck are represented. Can adjust the deck according to whether it is NLTH or Khun Poker.
Run the following commands to compile the Main.cpp
file:
cmake -S . -B ./target
make -C ./target
To run the main
executable, use the following command:
./target/main