mitchellfaulk / set-card-game

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

Create quasi-thrifty/quasi-greedy selection methods for SETGame class #2

Open mitchellfaulk opened 2 years ago

mitchellfaulk commented 2 years ago

Adapt the algorithms from the setgametools.py script to create a method for the SETGame class which selects SETs via the quasi-thrifty or quasi-greedy algorithms.

mitchellfaulk commented 2 years ago

@l-rettberg if you want some practice with Python classes (and the card game SET and using GitHub)