First draft of S-chess variant + a few fixes
authorBenjamin Auder <benjamin.auder@somewhere>
Sun, 22 Mar 2020 03:10:46 +0000 (04:10 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Sun, 22 Mar 2020 03:10:46 +0000 (04:10 +0100)
commit305ede7ec3753fc669b7c86af5b5c5b2fc78a164
treea6a863e9efca86b088bdbc04c1a69b053bca253e
parentdcb3637c5bd34c44806c6aeefe5964ce12a0261f
First draft of S-chess variant + a few fixes
22 files changed:
TODO
client/public/images/pieces/Schess/be.svg [new file with mode: 0644]
client/public/images/pieces/Schess/bh.svg [new file with mode: 0644]
client/public/images/pieces/Schess/we.svg [new file with mode: 0644]
client/public/images/pieces/Schess/wh.svg [new file with mode: 0644]
client/src/base_rules.js
client/src/translations/en.js
client/src/translations/es.js
client/src/translations/fr.js
client/src/translations/rules/Ball/en.pug
client/src/translations/rules/Ball/es.pug
client/src/translations/rules/Ball/fr.pug
client/src/translations/rules/Schess/en.pug [new file with mode: 0644]
client/src/translations/rules/Schess/es.pug [new file with mode: 0644]
client/src/translations/rules/Schess/fr.pug [new file with mode: 0644]
client/src/variants/Ball.js
client/src/variants/Cannibal.js
client/src/variants/Checkered.js
client/src/variants/Schess.js [new file with mode: 0644]
client/src/variants/Twokings.js
client/src/views/Hall.vue
server/db/populate.sql