Dsap5131 / poker

P-p-p-poker
MIT License
0 stars 0 forks source link

Create GameState #17

Closed Dsap5131 closed 2 months ago

Dsap5131 commented 3 months ago

Create the GameState that represents a game of poker. It will not store the rules within itself but it will facilitate the checking against a rules class.

Dsap5131 commented 3 months ago

I have updated this to be the GameState. After further development I realized the board might not even exist or add value. I'm leaving this as a larger feature of everything up to the gamestate which may or may not include a board.