Implemented multi-move possibility in a moves list => better support for multi-moves...
authorBenjamin Auder <benjamin.auder@somewhere>
Thu, 27 Feb 2020 23:41:50 +0000 (00:41 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Thu, 27 Feb 2020 23:41:50 +0000 (00:41 +0100)
commite71161fbfffe53b0f4b174e0467cdd98cc70b7b0
treedad2edea54f6a0ca019883792c0497907f5340cb
parent1c5bfdf23707e893735f185786e9774b2270ace1
Implemented multi-move possibility in a moves list => better support for multi-moves variants
23 files changed:
client/public/images/pieces/Check3/bk_1.svg [new file with mode: 0644]
client/public/images/pieces/Check3/bk_2.svg [new file with mode: 0644]
client/public/images/pieces/Check3/bk_3.svg [new file with mode: 0644]
client/public/images/pieces/Check3/wk_1.svg [new file with mode: 0644]
client/public/images/pieces/Check3/wk_2.svg [new file with mode: 0644]
client/public/images/pieces/Check3/wk_3.svg [new file with mode: 0644]
client/src/base_rules.js
client/src/components/BaseGame.vue
client/src/components/ComputerGame.vue
client/src/components/MoveList.vue
client/src/components/UpsertUser.vue
client/src/playCompMove.js
client/src/translations/about/en.pug
client/src/translations/about/es.pug
client/src/translations/about/fr.pug
client/src/utils/notation.js [new file with mode: 0644]
client/src/utils/playUndo.js [new file with mode: 0644]
client/src/variants/Check3.js
client/src/variants/Hidden.js
client/src/variants/Marseille.js
client/src/variants/Wormhole.js
client/src/views/Game.vue
client/src/views/Problems.vue