Almost completed Empire Chess. Next is Synochess (+ rules translations)
authorBenjamin Auder <benjamin.auder@somewhere>
Sun, 13 Dec 2020 01:49:08 +0000 (02:49 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Sun, 13 Dec 2020 01:49:08 +0000 (02:49 +0100)
commit1269441e90bb8437bc63cc6cca63ca050f1e2aae
treec68d462190a72ab231d1faeeedf01c955890496a
parent9a1e3abe33fff07218b17c7c799eb622a730b7c7
Almost completed Empire Chess. Next is Synochess (+ rules translations)
21 files changed:
client/public/images/pieces/Empire/wc.svg [new file with mode: 0644]
client/public/images/pieces/Empire/wd.svg [new file with mode: 0644]
client/public/images/pieces/Empire/we.svg [new file with mode: 0644]
client/public/images/pieces/Empire/wk.svg [new file with mode: 0644]
client/public/images/pieces/Empire/wp.svg [new file with mode: 0644]
client/public/images/pieces/Empire/wq.svg [new file with mode: 0644]
client/public/images/pieces/Empire/ws.svg [new file with mode: 0644]
client/public/images/pieces/Empire/wt.svg [new file with mode: 0644]
client/public/variants/Empire/Board.png [new file with mode: 0644]
client/public/variants/Empire/EagleMoves.png [new file with mode: 0644]
client/src/translations/rules/Empire/en.pug [new file with mode: 0644]
client/src/translations/rules/Empire/es.pug [new file with mode: 0644]
client/src/translations/rules/Empire/fr.pug [new file with mode: 0644]
client/src/translations/rules/Synochess/en.pug [new file with mode: 0644]
client/src/translations/rules/Synochess/es.pug [new file with mode: 0644]
client/src/translations/rules/Synochess/fr.pug [new file with mode: 0644]
client/src/variants/Empire.js [new file with mode: 0644]
client/src/variants/Minixiangqi.js
client/src/variants/Orda.js
client/src/variants/Synochess.js [new file with mode: 0644]
client/src/variants/Xiangqi.js