Add Perfect Chess, fix a bug in BaseGame when moving while choosing a promotion,...
authorBenjamin Auder <benjamin.auder@somewhere>
Thu, 19 Mar 2020 19:43:17 +0000 (20:43 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Thu, 19 Mar 2020 19:43:17 +0000 (20:43 +0100)
commita68362420a3a92099dfaacea10f6cbd579161183
tree1c67e4312f1ba01b222c0b4fa9994d767679ad78
parenta34caaced0796c9118a12c609463582d656e9daf
Add Perfect Chess, fix a bug in BaseGame when moving while choosing a promotion, eliminate some redundant castling code
20 files changed:
client/public/images/pieces/Perfect/ba.svg [new file with mode: 0644]
client/public/images/pieces/Perfect/be.svg [new file with mode: 0644]
client/public/images/pieces/Perfect/bs.svg [new file with mode: 0644]
client/public/images/pieces/Perfect/wa.svg [new file with mode: 0644]
client/public/images/pieces/Perfect/we.svg [new file with mode: 0644]
client/public/images/pieces/Perfect/ws.svg [new file with mode: 0644]
client/src/base_rules.js
client/src/components/BaseGame.vue
client/src/translations/en.js
client/src/translations/es.js
client/src/translations/fr.js
client/src/translations/rules/Perfect/en.pug [new file with mode: 0644]
client/src/translations/rules/Perfect/es.pug [new file with mode: 0644]
client/src/translations/rules/Perfect/fr.pug [new file with mode: 0644]
client/src/variants/Allmate1.js
client/src/variants/Allmate2.js
client/src/variants/Eightpieces.js
client/src/variants/Grand.js
client/src/variants/Perfect.js [new file with mode: 0644]
server/db/populate.sql