Add Orda variant. Some advances in Dynamo draft. Display error message when loading...
authorBenjamin Auder <benjamin.auder@somewhere>
Thu, 26 Mar 2020 11:23:40 +0000 (12:23 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Thu, 26 Mar 2020 11:23:40 +0000 (12:23 +0100)
commitc7550017d88ff6eb32e2c76a271a7f9edc4a3bf6
tree40de3864786c6f139ca86564811a11bdcb104a86
parent0d5335de5c94d780e03ac0aa3279b731c69455cc
Add Orda variant. Some advances in Dynamo draft. Display error message when loading an observed game from another tab
35 files changed:
TODO
client/download_objects.sh
client/public/images/pieces/Dynamo/empty.svg [new file with mode: 0644]
client/public/images/pieces/Orda/ba.svg [new file with mode: 0644]
client/public/images/pieces/Orda/bh.svg [new file with mode: 0644]
client/public/images/pieces/Orda/bk.svg [new file with mode: 0644]
client/public/images/pieces/Orda/bl.svg [new file with mode: 0644]
client/public/images/pieces/Orda/bp.svg [new file with mode: 0644]
client/public/images/pieces/Orda/bq.svg [new file with mode: 0644]
client/public/images/pieces/Orda/by.svg [new file with mode: 0644]
client/public/images/pieces/Orda/wh.svg [new file with mode: 0644]
client/public/images/variants/Orda/Archer.png [new file with mode: 0644]
client/public/images/variants/Orda/Kheshig.png [new file with mode: 0644]
client/public/images/variants/Orda/Lancer.png [new file with mode: 0644]
client/public/images/variants/Orda/Orda.png [new file with mode: 0644]
client/public/images/variants/Orda/Yurt.png [new file with mode: 0644]
client/public/images/variants/README [new file with mode: 0644]
client/src/base_rules.js
client/src/components/Board.vue
client/src/translations/en.js
client/src/translations/es.js
client/src/translations/fr.js
client/src/translations/rules/Dynamo/en.pug [new file with mode: 0644]
client/src/translations/rules/Dynamo/es.pug [new file with mode: 0644]
client/src/translations/rules/Dynamo/fr.pug [new file with mode: 0644]
client/src/translations/rules/Orda/en.pug [new file with mode: 0644]
client/src/translations/rules/Orda/es.pug [new file with mode: 0644]
client/src/translations/rules/Orda/fr.pug [new file with mode: 0644]
client/src/variants/Dynamo.js
client/src/variants/Eightpieces.js
client/src/variants/Orda.js [new file with mode: 0644]
client/src/views/Game.vue
client/src/views/Rules.vue
server/db/populate.sql
server/sockets.js