habara-k / poker

Texas Hold 'Em Simulator on CUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI

poker

Build

Clone this repository first. Then,

$ mkdir build
$ cd build
$ cmake ..
$ make

Quick Start

$ cd build
$ ./poker.out

Note

Everyone comes into the game with the same stack. There is no side pot.

About

Texas Hold 'Em Simulator on CUI


Languages

Language:C++ 98.4%Language:CMake 1.6%