Skip to content

zetter/Set--game-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

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

About

A ruby implementation of the game Set

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages