Closed nbthomas closed 7 months 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.
Updated IO handling so that sequence files can be read while attempting to verify #49. Includes example deck sequences for testing reference.