/set-cards-js

the card game set -- implemented in javascript

Primary LanguageJavaScript

A prototype of a card game built entirely in Javascript. Implementation of the card game Set designed by Marsha Falco in 1974.

to run the server locally, just node index.js. to run the client, you'll need to make sure the server url is set correctly, then run it using vite:

yarn
yarn vite