SkillAgentSearch skills...

Setgame

Multiplayer realtime set card game in nodeJS

Install / Use

/learn @vincentwoo/Setgame
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

May 2016 Update

Set Enterprises, Inc has been after me for a few years to take down multiplayerset.com. I've sort of lost the willpower to deal with them, so I've just taken down the hosted version of the game and redirected it to here. If you want to play with the code to see how it worked, go nuts. Sorry to any longtime fans. If you're in SFBA, hit me up, let's get coffee: me@vincentwoo.com.

Addendum

A certain player wrote in:

Also, so there is someone that I would run into while playing set online who was really really good (the only person to beat me in years - trying not to humble brag but its true). If someone else emails you can you let them know I'm interested in staying in contact?

The suspected time of play was PST. If you'd like to be put in touch (even if you're not sure if you're the particular person being asked after), please feel free to write in!

nodeJS + set

This is a multiplayer, realtime implementation of the popular "Set" card game. It uses socket.io to achieve realtime feedback with clients and jQuery for various clientside animations.

After cloning:

git submodule update --init --recursive
npm install

The server runs in dev mode with:

npm run-script dev

or prod (requires sudo for port 80):

sudo npm run-script prod

Related Skills

View on GitHub
GitHub Stars40
CategoryDevelopment
Updated2y ago
Forks10

Languages

JavaScript

Security Score

75/100

Audited on Oct 10, 2023

No findings