Patrick Status Report 4/24/21

This week Steve and I finished the poker game progression logic. Pressing Play Game on the home screen initializes the game and places the small blind position at player 1.

As the round progresses, each player as the choice to fold, raise, call, or check when allowed.

Folding removes the players from the hand, and their icon become red.

Turn logic has been implemented. Our debugging can be seen in the middle of the screen, and here it shows the progression from “preflop” to “flop”. The four round modes are preflop, flop, the turn, and river.

When a game ends, the players all return back to the hand, and the small blind chip progresses to the next player at the table.

What is left to do is update the stack sizes with information read from Brandon’s CV algorithm, and to point the servo at the current player acting. The current player acting is highlighted by the green circle icon.

Very productive week 😀

 

Leave a Reply

Your email address will not be published. Required fields are marked *