atharvapatil22 / PokerAI

0 stars 0 forks source link

Nbthomas hand score rounding #53

Closed nbthomas closed 4 weeks ago

nbthomas commented 1 month ago

Updated IO handling so that sequence files can be read while attempting to verify #49. Includes example deck sequences for testing reference.

brettyukino9 commented 4 weeks ago

decks.pop() was popping off the last element in the list which in a 5000 game file, would be game 5000. I fixed it to do pop(0). This code also assumes only one game is being placed; once we develop the test suite which can play multiple games we'll need to modify it.