Add Tencubed and Omega variants + some fixes (updateCastleFlags()) + cleaner FEN...
authorBenjamin Auder <benjamin.auder@somewhere>
Sun, 29 Mar 2020 14:09:14 +0000 (16:09 +0200)
committerBenjamin Auder <benjamin.auder@somewhere>
Sun, 29 Mar 2020 14:09:14 +0000 (16:09 +0200)
commit472c0c4f5aa29d96e080873ebfce2a04f664d852
tree37d9977d825175be9bbb0ae8ce1a388c350aae24
parent5e1bc6519d4c81aeac40aec7390c64c913cbf566
Add Tencubed and Omega variants + some fixes (updateCastleFlags()) + cleaner FEN for Enpassant variant
36 files changed:
client/public/images/pieces/Omega/bc.svg [new file with mode: 0644]
client/public/images/pieces/Omega/bw.svg [new file with mode: 0644]
client/public/images/pieces/Omega/nothing.svg [new file with mode: 0644]
client/public/images/pieces/Omega/wc.svg [new file with mode: 0644]
client/public/images/pieces/Omega/ww.svg [new file with mode: 0644]
client/public/images/pieces/Tencubed/ba.svg [new file with mode: 0644]
client/public/images/pieces/Tencubed/bc.svg [new file with mode: 0644]
client/public/images/pieces/Tencubed/bm.svg [new file with mode: 0644]
client/public/images/pieces/Tencubed/bw.svg [new file with mode: 0644]
client/public/images/pieces/Tencubed/wa.svg [new file with mode: 0644]
client/public/images/pieces/Tencubed/wc.svg [new file with mode: 0644]
client/public/images/pieces/Tencubed/wm.svg [new file with mode: 0644]
client/public/images/pieces/Tencubed/ww.svg [new file with mode: 0644]
client/src/App.vue
client/src/base_rules.js
client/src/translations/about/en.pug
client/src/translations/about/es.pug
client/src/translations/about/fr.pug
client/src/translations/en.js
client/src/translations/es.js
client/src/translations/fr.js
client/src/translations/rules/Omega/en.pug [new file with mode: 0644]
client/src/translations/rules/Omega/es.pug [new file with mode: 0644]
client/src/translations/rules/Omega/fr.pug [new file with mode: 0644]
client/src/translations/rules/Tencubed/en.pug [new file with mode: 0644]
client/src/translations/rules/Tencubed/es.pug [new file with mode: 0644]
client/src/translations/rules/Tencubed/fr.pug [new file with mode: 0644]
client/src/variants/Cannibal.js
client/src/variants/Enpassant.js
client/src/variants/Grand.js
client/src/variants/Monster.js
client/src/variants/Omega.js [new file with mode: 0644]
client/src/variants/Schess.js
client/src/variants/Tencubed.js [new file with mode: 0644]
client/src/variants/Wildebeest.js
server/db/populate.sql