https://github.com/hildjj/set-game
Play the game "Set!"
https://github.com/hildjj/set-game
Last synced: 14 days ago
JSON representation
Play the game "Set!"
- Host: GitHub
- URL: https://github.com/hildjj/set-game
- Owner: hildjj
- License: mit
- Created: 2016-09-11T03:00:48.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-06-24T17:56:45.000Z (21 days ago)
- Last Synced: 2025-06-24T18:01:19.324Z (21 days ago)
- Language: JavaScript
- Size: 237 KB
- Stars: 4
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
---
[](https://github.com/hildjj/set-game/actions/workflows/node.js.yml)
[](https://codecov.io/gh/hildjj/set-game)