mitchellfaulk / set-card-game

To simulate the card game SET and collect data
0 stars 1 forks source link

Add SETGameClass.py #1

Closed mitchellfaulk closed 2 years ago

mitchellfaulk commented 2 years ago

Created a Python class called SETGame.

Created a simulate function to play multiple games and store the data in a csv file.

@rccreager @thomps51