A JavaScript port of the card game "Set"
Play It!: https://sudoscode.github.io/JSet/
Currently consists of a barebones HTML frontend, with all game logic being performed in the JS file.
Click "New Game" to deal a new set of 12 cards.
Click the Canvases to pick cards, logic will check if you selected a set.
If no sets are present in the current 12 cards, 3 more will be drawn.
Reordering cards after a set is picked from 15 cards (like a normal person would) Added
Align the Shapes on the cards to the center Added
More accurate shading (Rather than just using outlines with variable boldness)
Actual Multiplayer Mode
A Better Looking Frontend