Fix Eightpieces, add some simple variants, add a basic variants classification instea...
authorBenjamin Auder <benjamin.auder@somewhere>
Thu, 28 May 2020 12:54:37 +0000 (14:54 +0200)
committerBenjamin Auder <benjamin.auder@somewhere>
Thu, 28 May 2020 12:54:37 +0000 (14:54 +0200)
commit737a5dafb39740ebe304b8d0a82df85070def571
tree8edc7e5b23b0fc6af64855d7c77c39adc7871786
parent1b56b73614509d1dca8c4353f18fb78349940cf8
Fix Eightpieces, add some simple variants, add a basic variants classification instead of the list
49 files changed:
client/src/components/MoveList.vue
client/src/router.js
client/src/translations/en.js
client/src/translations/es.js
client/src/translations/fr.js
client/src/translations/rules/Bishopawns/en.pug [new file with mode: 0644]
client/src/translations/rules/Bishopawns/es.pug [new file with mode: 0644]
client/src/translations/rules/Bishopawns/fr.pug [new file with mode: 0644]
client/src/translations/rules/Capture/en.pug
client/src/translations/rules/Capture/es.pug
client/src/translations/rules/Capture/fr.pug
client/src/translations/rules/Discoduel/en.pug [new file with mode: 0644]
client/src/translations/rules/Discoduel/es.pug [new file with mode: 0644]
client/src/translations/rules/Discoduel/fr.pug [new file with mode: 0644]
client/src/translations/rules/Doublemove1/en.pug
client/src/translations/rules/Knightpawns/en.pug [new file with mode: 0644]
client/src/translations/rules/Knightpawns/es.pug [new file with mode: 0644]
client/src/translations/rules/Knightpawns/fr.pug [new file with mode: 0644]
client/src/translations/rules/Pawnmassacre/en.pug [new file with mode: 0644]
client/src/translations/rules/Pawnmassacre/es.pug [new file with mode: 0644]
client/src/translations/rules/Pawnmassacre/fr.pug [new file with mode: 0644]
client/src/translations/rules/Pawnsking/en.pug [new file with mode: 0644]
client/src/translations/rules/Pawnsking/es.pug [new file with mode: 0644]
client/src/translations/rules/Pawnsking/fr.pug [new file with mode: 0644]
client/src/translations/rules/Progressive/en.pug [new file with mode: 0644]
client/src/translations/rules/Progressive/es.pug [new file with mode: 0644]
client/src/translations/rules/Progressive/fr.pug [new file with mode: 0644]
client/src/translations/rules/Rookpawns/en.pug [new file with mode: 0644]
client/src/translations/rules/Rookpawns/es.pug [new file with mode: 0644]
client/src/translations/rules/Rookpawns/fr.pug [new file with mode: 0644]
client/src/translations/variants/en.pug [new file with mode: 0644]
client/src/translations/variants/es.pug [new file with mode: 0644]
client/src/translations/variants/fr.pug [new file with mode: 0644]
client/src/utils/notation.js
client/src/variants/Bishopawns.js [new file with mode: 0644]
client/src/variants/Dark.js
client/src/variants/Discoduel.js [new file with mode: 0644]
client/src/variants/Doublemove1.js
client/src/variants/Doublemove2.js
client/src/variants/Eightpieces.js
client/src/variants/Knightpawns.js [new file with mode: 0644]
client/src/variants/Pawnmassacre.js [new file with mode: 0644]
client/src/variants/Pawns.js
client/src/variants/Pawnsking.js [new file with mode: 0644]
client/src/variants/Progressive.js [new file with mode: 0644]
client/src/variants/Rookpawns.js [new file with mode: 0644]
client/src/views/VariantList.vue [new file with mode: 0644]
client/src/views/Variants.vue
server/db/populate.sql