Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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!