retog / rummy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rummy

Playing Brändi Rummy (which I think is the same as Rummikub) I often become desperate by not being sure if I missed a possibility to put down all my tiles. So I wrote this code to check if and how a bunch of tiles can be put on the table.

The code cas curently no UI (go ahead an write one) so it has to be accessed programmatically. See TableFactory.spec.ts or demo.tsto learn how.

Generate jscode in the build directory with:

npm i
npm run build

Then you can run the demo with:

npm run demo

Test with:

npm test

About


Languages

Language:TypeScript 100.0%