Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hildjj/set-game
Play the game "Set!"
https://github.com/hildjj/set-game
Last synced: 19 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 (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T23:17:25.000Z (over 1 year ago)
- Last Synced: 2024-10-18T20:35:55.184Z (28 days ago)
- Language: JavaScript
- Size: 271 KB
- Stars: 4
- Watchers: 3
- Forks: 8
- Open Issues: 2
-
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
[![Build Status](https://travis-ci.org/hildjj/set-game.svg?branch=master)](https://travis-ci.org/hildjj/set-game)
[![Coverage Status](https://coveralls.io/repos/github/hildjj/set-game/badge.svg?branch=master)](https://coveralls.io/github/hildjj/set-game?branch=master)