zetter/Set--game-
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
A ruby implementation of the game Set[1]. It can deal cards and calculate matches. Matching is done using the O(n^2p) method as described in [2]. [1] - http://en.wikipedia.org/wiki/Set_(game) [2] - https://pbg.cs.illinois.edu/papers/set.pdf