/set-game

🎰 A real-time card game Set on web

Primary LanguageJavaScriptMIT LicenseMIT

Set

🎰 A real-time card game Set on web!

Solo Multiplayer

screenshot2

Rule

Wikipedia: Set (game)

In-game Help: Help - Set Game

Deploy

Clone this repo and:

npm install
npm run run

Deploy with Docker

Build yourself

Clone this repo:

sudo docker build set-game .
sudo docker run set-game -p 3000:[port you want to have the game on]

Dockerhub

There also is a alraedy build image

docker pull thijstops/set
docker run thijstops/set -p 3000:[port you want to have the game on]

Other Games

Uno Game: https://github.com/antfu/uno-game Hex Game: https://github.com/antfu/hex-game

License

MIT