Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sid-kap/set-clone
A web game inspired by the Set card game.
https://github.com/sid-kap/set-clone
Last synced: about 2 months ago
JSON representation
A web game inspired by the Set card game.
- Host: GitHub
- URL: https://github.com/sid-kap/set-clone
- Owner: sid-kap
- Created: 2014-06-13T18:48:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-13T23:53:36.000Z (over 10 years ago)
- Last Synced: 2024-10-11T21:58:44.843Z (2 months ago)
- Language: JavaScript
- Size: 441 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Set-Clone
=========A web game inspired by the Set card game.
Instructions
------------* Make sure Node.js and npm are installed.
* In the root folder, run
```
npm install
```
* To run the server, run
```
npm start
```
* Navigate to localhost:3000/shapes, and you're set!