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
- Host: GitHub
- URL: https://github.com/deciduously/revery-set
- Owner: deciduously
- License: mit
- Created: 2019-05-19T19:24:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-26T21:58:03.000Z (about 7 years ago)
- Last Synced: 2025-04-01T14:19:00.246Z (about 1 year ago)
- Language: OCaml
- Size: 166 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)