Some fixes, draw lines on board, add 7 variants
authorBenjamin Auder <benjamin.auder@somewhere>
Mon, 20 Apr 2020 22:57:50 +0000 (00:57 +0200)
committerBenjamin Auder <benjamin.auder@somewhere>
Mon, 20 Apr 2020 22:57:50 +0000 (00:57 +0200)
commit107dc1bd5361e2538b1551bdcc37c1e90a444b83
tree1cd9a0a1f044bb7ea7bb24f230f0dc7729c50511
parent236485b53993f2adfd588022e2899a39491fc825
Some fixes, draw lines on board, add 7 variants
58 files changed:
TODO
client/public/images/pieces/Absorption/ba.svg [new file with mode: 0644]
client/public/images/pieces/Absorption/be.svg [new file with mode: 0644]
client/public/images/pieces/Absorption/bs.svg [new file with mode: 0644]
client/public/images/pieces/Absorption/wa.svg [new file with mode: 0644]
client/public/images/pieces/Absorption/we.svg [new file with mode: 0644]
client/public/images/pieces/Absorption/ws.svg [new file with mode: 0644]
client/src/base_rules.js
client/src/components/BaseGame.vue
client/src/components/Board.vue
client/src/components/MoveList.vue
client/src/styles/_rules.sass
client/src/translations/en.js
client/src/translations/es.js
client/src/translations/fr.js
client/src/translations/rules/Absorption/en.pug [new file with mode: 0644]
client/src/translations/rules/Absorption/es.pug [new file with mode: 0644]
client/src/translations/rules/Absorption/fr.pug [new file with mode: 0644]
client/src/translations/rules/Bicolour/en.pug [new file with mode: 0644]
client/src/translations/rules/Bicolour/es.pug [new file with mode: 0644]
client/src/translations/rules/Bicolour/fr.pug [new file with mode: 0644]
client/src/translations/rules/Coronation/en.pug [new file with mode: 0644]
client/src/translations/rules/Coronation/es.pug [new file with mode: 0644]
client/src/translations/rules/Coronation/fr.pug [new file with mode: 0644]
client/src/translations/rules/Football/en.pug [new file with mode: 0644]
client/src/translations/rules/Football/es.pug [new file with mode: 0644]
client/src/translations/rules/Football/fr.pug [new file with mode: 0644]
client/src/translations/rules/Gridolina/en.pug [new file with mode: 0644]
client/src/translations/rules/Gridolina/es.pug [new file with mode: 0644]
client/src/translations/rules/Gridolina/fr.pug [new file with mode: 0644]
client/src/translations/rules/Koth/en.pug
client/src/translations/rules/Koth/es.pug
client/src/translations/rules/Koth/fr.pug
client/src/translations/rules/Madrasi/en.pug [new file with mode: 0644]
client/src/translations/rules/Madrasi/es.pug [new file with mode: 0644]
client/src/translations/rules/Madrasi/fr.pug [new file with mode: 0644]
client/src/translations/rules/Teleport/en.pug [new file with mode: 0644]
client/src/translations/rules/Teleport/es.pug [new file with mode: 0644]
client/src/translations/rules/Teleport/fr.pug [new file with mode: 0644]
client/src/variants/Absorption.js [new file with mode: 0644]
client/src/variants/Ball.js
client/src/variants/Bicolour.js [new file with mode: 0644]
client/src/variants/Chakart.js
client/src/variants/Coronation.js [new file with mode: 0644]
client/src/variants/Dynamo.js
client/src/variants/Football.js [new file with mode: 0644]
client/src/variants/Gridolina.js [new file with mode: 0644]
client/src/variants/Koth.js
client/src/variants/Madrasi.js [new file with mode: 0644]
client/src/variants/Makruk.js
client/src/variants/Rococo.js
client/src/variants/Shatranj.js
client/src/variants/Shogi.js
client/src/variants/Sittuyin.js
client/src/variants/Teleport.js [new file with mode: 0644]
client/src/views/Hall.vue
client/src/views/MyGames.vue
server/db/populate.sql