net-set icon indicating copy to clipboard operation
net-set copied to clipboard

A networked multiplayer game inspired by the card game Set®

Results 6 net-set issues
Sort by recently updated
recently updated
newest added

This fixes jQuery selector unrecognized expression errors and empty ID selector results caused when a username has spaces. Since `username` is used for ID selectors, it should be formatted properly....

Not sure when or why, but saw this happen: ``` SET FOUND anjana #{{"color" "green", "fill" "solid", "number" 1, "shape" "pill", "id" 28} {"color" "purple", "fill" "open", "number" 2, "shape"...

bug

- [ ] Don't start game on app load - [ ] Allow multiple games/rooms? - [ ] End-of-game logic ( #3 )

- [x] Move logic from `app.js` to `game.js` - [x] Un-export `game.*` functions that no longer need to be called in `app.js` - [x] Call new function from `app.js` -...

Game should stop when there are no more sets left - [ ] Determine when to check for no sets (once `toDeal` is empty?) - requires #1 - [ ]...

- [ ] Find efficient algorithm - [ ] Check before upsize - [ ] Decide whether to allow users to upsize even if sets remain