add cribbage game to site
authorGeoffrey Allott <geoffrey@allott.email>
Sun, 4 Jun 2023 22:28:30 +0000 (23:28 +0100)
committerGeoffrey Allott <geoffrey@allott.email>
Sun, 4 Jun 2023 22:28:30 +0000 (23:28 +0100)
commit762c6758e53bd685023ebc9043a05ea738c16439
tree7936a88c75b50bef21ff0ad2719435266d12692c
parent8b8ae8a9c8ce14d575044daffabb21f018a89fef
add cribbage game to site
15 files changed:
site/img/cribbage.svg [new file with mode: 0644]
site/modules/chatroom.js
site/modules/cribbage.js [new file with mode: 0644]
site/modules/game.js [new file with mode: 0644]
site/modules/gamechat.js [new file with mode: 0644]
site/modules/gamelist.js
site/modules/mainmenu.js
site/modules/poker.js
site/modules/socket.js
site/modules/svg.js [new file with mode: 0644]
site/modules/whist.js
site/modules/winner.js
site/style.css
site/style/cribbage.css [new file with mode: 0644]
site/style/game-list.css