MartMcMahon / set-cards-js

the card game set -- implemented in javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

the card game set -- implemented in javascript


Languages

Language:JavaScript 90.9%Language:CSS 7.2%Language:HTML 1.9%