Draft Hiddenqueen, Grasshopper and Knightmate chess (rules unwritten)
authorBenjamin Auder <benjamin.auder@somewhere>
Sun, 1 Mar 2020 15:47:20 +0000 (16:47 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Sun, 1 Mar 2020 15:47:20 +0000 (16:47 +0100)
commita97bdbda4ecf83645d409b717e36828784d1450d
tree909422823e007781cc99496a58d270d505704ea4
parente2d2b49c4b8f5228126991ac5cf41086a51a4285
Draft Hiddenqueen, Grasshopper and Knightmate chess (rules unwritten)
40 files changed:
TODO
client/public/images/pieces/Grasshopper/bg.svg [new file with mode: 0644]
client/public/images/pieces/Grasshopper/wg.svg [new file with mode: 0644]
client/public/images/pieces/Hiddenqueen/bt.svg [new file with mode: 0644]
client/public/images/pieces/Hiddenqueen/wt.svg [new file with mode: 0644]
client/public/images/pieces/Knightmate/bk.svg [moved from client/public/images/pieces/Knightmate/bn.svg with 100% similarity]
client/public/images/pieces/Knightmate/wk.svg [moved from client/public/images/pieces/Knightmate/wn.svg with 100% similarity]
client/src/base_rules.js
client/src/translations/en.js
client/src/translations/es.js
client/src/translations/fr.js
client/src/translations/rules/Enpassant/en.pug
client/src/translations/rules/Enpassant/es.pug
client/src/translations/rules/Enpassant/fr.pug
client/src/translations/rules/Grasshopper/en.pug [new file with mode: 0644]
client/src/translations/rules/Grasshopper/es.pug [new file with mode: 0644]
client/src/translations/rules/Grasshopper/fr.pug [new file with mode: 0644]
client/src/translations/rules/Hiddenqueen/en.pug [new file with mode: 0644]
client/src/translations/rules/Hiddenqueen/es.pug [new file with mode: 0644]
client/src/translations/rules/Hiddenqueen/fr.pug [new file with mode: 0644]
client/src/translations/rules/Knightmate/en.pug [new file with mode: 0644]
client/src/translations/rules/Knightmate/es.pug [new file with mode: 0644]
client/src/translations/rules/Knightmate/fr.pug [new file with mode: 0644]
client/src/translations/rules/Rifle/en.pug
client/src/translations/rules/Rifle/es.pug
client/src/translations/rules/Rifle/fr.pug
client/src/translations/rules/Wormhole/es.pug
client/src/variants/Alice.js
client/src/variants/Antiking.js
client/src/variants/Enpassant.js
client/src/variants/Grand.js
client/src/variants/Grasshopper.js [new file with mode: 0644]
client/src/variants/Hiddenqueen.js [new file with mode: 0644]
client/src/variants/Knightmate.js [new file with mode: 0644]
client/src/variants/Wildebeest.js
client/src/variants/Wormhole.js
client/src/views/Analyse.vue
client/src/views/Rules.vue
server/db/populate.sql
server/models/User.js