Skip to content

SudosCode/JSet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

JSet

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.

To Be Added

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

About

A JavaScript port of the card game "Set"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors