new main menu and game list
authorGeoffrey Allott <geoffrey@allott.email>
Sat, 13 Mar 2021 20:17:48 +0000 (20:17 +0000)
committerGeoffrey Allott <geoffrey@allott.email>
Sat, 13 Mar 2021 20:17:48 +0000 (20:17 +0000)
commitda653bf1ab52ff8374844c85c4ae2e9d35cc2b8f
treeae16b3110c7baca0f1747f2673b39a46b20c90b4
parent57511e342e94ae27dba4cdd29e08d0d6dc8bf18f
new main menu and game list
16 files changed:
Cargo.lock
Cargo.toml
site/img/holdem.svg [new file with mode: 0644]
site/img/whist.svg [new file with mode: 0644]
site/modules/gamelist.js
site/modules/mainmenu.js [new file with mode: 0644]
site/modules/socket.js
site/modules/words.js [new file with mode: 0644]
site/style.css
site/style/game-list.css
site/style/mainmenu.css [new file with mode: 0644]
site/style/poker.css
src/api.rs
src/client.rs
src/filter.rs [new file with mode: 0644]
src/main.rs