Allows for a game to be played in a dimension other than 4 (that is, using cards with some number of features other than 4) and with different default table sizes (the usual table size is 12 for a game in dimension 4).
Allows for the data of a game to be converted to a csv file.
Allows for the game to be an iterator object, so that you can loop through the statuses of a game.
Only permits random selection method for available SETs; does NOT permit other selection methods yet.
Created a simulate function to play multiple games and store the data in a csv file.
Created a Python class called SETGame.
Created a simulate function to play multiple games and store the data in a csv file.
@rccreager @thomps51