antfu / set-game

🎰 A real-time card game Set on web

Home Page:https://set.antnf.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

🎰 A real-time card game Set on web

https://set.antnf.com

License:MIT License


Languages

Language:JavaScript 49.7%Language:Less 30.5%Language:Pug 18.4%Language:Dockerfile 1.4%