set-game

Play the game "Set"


License
MIT
Install
npm install set-game@1.0.2

Documentation

install

npm install -g set-game

play a game:

set-game play --html

TODO: output HTML with enough JS to play the game for real in the browser, rather than just auto-solving each board.

check a board

set-game solve

type cards in number, fill, color, shape order, separated by spaces or newlines, so for 1 open red diamond:

1ord
^D

Send an EOF (^D or ^Z on Windows) when done

Build Status Coverage Status