-rw-r--r-- | .build.yml | 15L | raw |
-rw-r--r-- | .gitignore | 8L | raw |
-rw-r--r-- | API.md | 223L | raw |
-rw-r--r-- | LICENSE | 21L | raw |
-rw-r--r-- | Makefile | 42L | raw |
-rw-r--r-- | README.md | 86L | raw |
-rw-r--r-- | assets/app.css | 402L | raw |
-rw-r--r-- | assets/app.js | 208L | raw |
-rw-r--r-- | assets/components/CardTable.js | 956L | raw |
-rw-r--r-- | assets/components/ChatPanel.js | 125L | raw |
-rw-r--r-- | assets/components/HiddenHand.js | 33L | raw |
-rw-r--r-- | assets/components/Lobby.js | 135L | raw |
-rw-r--r-- | assets/components/MainHand.js | 47L | raw |
-rw-r--r-- | assets/components/SeatPicker.js | 112L | raw |
-rw-r--r-- | assets/components/TableList.js | 256L | raw |
-rw-r--r-- | assets/components/TrumpPicker.js | 104L | raw |
-rwxr-xr-x | bin/build.sh | 26L | raw |
-rw-r--r-- | cpanfile | 2L | raw |
-rw-r--r-- | etc/rc.d/euchre | 13L | raw |
-rw-r--r-- | etc/relayd.conf | 53L | raw |
-rwxr-xr-x | gloat.pl | 83L | raw |
-rw-r--r-- | lib/Euchre/Dealer.pm | 280L | raw |
-rw-r--r-- | lib/Euchre/Errors.pm | 94L | raw |
-rw-r--r-- | lib/Euchre/Game.pm | 286L | raw |
-rw-r--r-- | lib/Euchre/Host.pm | 274L | raw |
-rw-r--r-- | lib/Euchre/Player.pm | 57L | raw |
-rw-r--r-- | lib/Euchre/Rules.pm | 158L | raw |
-rw-r--r-- | package-lock.json | 1820L | raw |
-rw-r--r-- | package.json | 18L | raw |
-rw-r--r-- | public/cards/1B.svg | 2L | raw |
-rw-r--r-- | public/cards/2B.svg | 2L | raw |
-rw-r--r-- | public/cards/2D.svg | 2L | raw |
-rw-r--r-- | public/cards/2H.svg | 2L | raw |
-rw-r--r-- | public/cards/3D.svg | 2L | raw |
-rw-r--r-- | public/cards/3H.svg | 2L | raw |
-rw-r--r-- | public/cards/AC.svg | 2L | raw |
-rw-r--r-- | public/cards/AD.svg | 2L | raw |
-rw-r--r-- | public/cards/AH.svg | 2L | raw |
-rw-r--r-- | public/cards/AS.svg | 2L | raw |
-rw-r--r-- | public/cards/JC.svg | 2L | raw |
-rw-r--r-- | public/cards/JD.svg | 2L | raw |
-rw-r--r-- | public/cards/JH.svg | 2L | raw |
-rw-r--r-- | public/cards/JS.svg | 2L | raw |
-rw-r--r-- | public/cards/KC.svg | 2L | raw |
-rw-r--r-- | public/cards/KD.svg | 2L | raw |
-rw-r--r-- | public/cards/KH.svg | 2L | raw |
-rw-r--r-- | public/cards/KS.svg | 2L | raw |
-rw-r--r-- | public/cards/NC.svg | 2L | raw |
-rw-r--r-- | public/cards/ND.svg | 2L | raw |
-rw-r--r-- | public/cards/NH.svg | 2L | raw |
-rw-r--r-- | public/cards/NS.svg | 2L | raw |
-rw-r--r-- | public/cards/QC.svg | 2L | raw |
-rw-r--r-- | public/cards/QD.svg | 2L | raw |
-rw-r--r-- | public/cards/QH.svg | 2L | raw |
-rw-r--r-- | public/cards/QS.svg | 2L | raw |
-rw-r--r-- | public/cards/TC.svg | 2L | raw |
-rw-r--r-- | public/cards/TD.svg | 2L | raw |
-rw-r--r-- | public/cards/TH.svg | 2L | raw |
-rw-r--r-- | public/cards/TS.svg | 2L | raw |
-rw-r--r-- | public/debug.css | 3L | raw |
-rw-r--r-- | public/debug.html | 57L | raw |
-rw-r--r-- | public/debug.js | 96L | raw |
-rw-r--r-- | public/index.html | 110L | raw |
-rw-r--r-- | public/preprod.html | 31L | raw |
-rw-r--r-- | public/prod.html | 13L | raw |
-rw-r--r-- | public/suits/C.svg | 18L | raw |
-rw-r--r-- | public/suits/D.svg | 17L | raw |
-rw-r--r-- | public/suits/H.svg | 18L | raw |
-rw-r--r-- | public/suits/S.svg | 18L | raw |
-rw-r--r-- | t/Rules.t | 84L | raw |