Finish Pacosako + add GameStat table to know how many live games are played
authorBenjamin Auder <benjamin.auder@somewhere>
Mon, 4 Jan 2021 16:44:48 +0000 (17:44 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Mon, 4 Jan 2021 16:44:48 +0000 (17:44 +0100)
commit4a2093139089632727de4f510127ef186cab528e
treeeb3e34ef70864f65f39360a62fe6863b2544de66
parent3cf543959e84a8a5aa3f39f4f294790e2050b3b6
Finish Pacosako + add GameStat table to know how many live games are played
15 files changed:
.gitignore
client/public/variants/Pacosako/manual.pdf [new file with mode: 0644]
client/src/base_rules.js
client/src/styles/_rules.sass
client/src/translations/rules/Pacosako/en.pug
client/src/translations/rules/Pacosako/es.pug
client/src/translations/rules/Pacosako/fr.pug
client/src/variants/Pacosako.js
client/src/views/Game.vue
client/src/views/Hall.vue
server/db/create.sql
server/db/dbconnect.py.dist [new file with mode: 0644]
server/db/sync_gamestat.py [new file with mode: 0755]
server/models/Game.js
server/routes/games.js