charleskawczynski / TexasHoldem.jl

A package for simulating multi-player no-limit texas holdem games
MIT License
7 stars 0 forks source link

Define GameState #132

Open charleskawczynski opened 1 year ago

charleskawczynski commented 1 year ago

We should define something like GameState, which should be lossless in terms of game state information

charleskawczynski commented 1 year ago

Users should be able to query the game state during any of their turns

charleskawczynski commented 1 year ago

This will be breaking since the existing game state is just preflop, flop etc.