https://github.com/loganlinn/ji
Web version of SET (http://www.setgame.com)
https://github.com/loganlinn/ji
card-game clojure clojurescript core-async
Last synced: about 2 months ago
JSON representation
Web version of SET (http://www.setgame.com)
- Host: GitHub
- URL: https://github.com/loganlinn/ji
- Owner: loganlinn
- License: epl-1.0
- Created: 2013-08-26T17:37:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-08-07T03:08:31.000Z (almost 6 years ago)
- Last Synced: 2025-03-15T04:54:58.604Z (about 2 months ago)
- Topics: card-game, clojure, clojurescript, core-async
- Language: CSS
- Homepage:
- Size: 622 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ji
A web version of [SET card game](http://www.setgame.com/set) in Clojure(Script)
using [core.async](https://github.com/clojure/core.async) and WebSockets.## Usage
### Running Locally
Dependencies
* [leiningen](https://github.com/technomancy/leiningen)
* [bundler](http://bundler.io/)
* [shoreman](https://github.com/hecticjeff/shoreman) (optional)```sh
git clone [email protected]:loganlinn/ji.git
cd ji
./bin/build
shoreman
```Have a look at the [Procfile][Procfile] if you want to run it without shoreman.
## License
SET and its logo and slogan are registered trademarks of Cannei, LLC.
Copyright © 2013 Logan Linn
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.