/rook.ts

Primary LanguageJavaScript

Rook.io

An online multiplayer game based on the Kentucky-style of the classic southern card game, Rook. Built with Node.js and Socket.io.

Installation

git clone https://github.com/kking935/Rook.io.git
cd Rook.io
npm install

Running multiplayer server

npm start

Rules

I plan to add my own explaination of the rules based on how my family plays the game, but for now you can get a good run-down of the rules here

Credits

The code for this game was built off code from another project called Card-Fu developed by @tobloef