An open API service indexing awesome lists of open source software.

https://github.com/deciduously/revery-set

The Set card game implemented in Revery
https://github.com/deciduously/revery-set

Last synced: about 1 year ago
JSON representation

The Set card game implemented in Revery

Awesome Lists containing this project

README

          

# revery-set

WIP

The card game Set implemented in Revery. Started from the [revery-quickstart](https://github.com/bryphe/revery-quick-start) repo.

### Prerequisites

- [Git](https://git-scm.com/)
- [Esy](https://esy.sh/) **0.5.6+**

### Build

```
$ git clone https://github.com/deciduously/revery-set
$ cd revery-set
$ esy install
$ esy build
$ esy run
```

### License

[MIT License](LICENSE)

This repo also includes some assets (font files, etc) that have their own licensing terms. For these, see [ThirdPartyLicenses.txt](ThirdPartyLicenses.txt)