Add (real) Football chess
authorBenjamin Auder <benjamin.auder@somewhere>
Thu, 14 Jan 2021 19:10:14 +0000 (20:10 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Thu, 14 Jan 2021 19:10:14 +0000 (20:10 +0100)
commit4f3a08234f754abcb74f369067f960a8269557a3
tree0ff459d9fe5f1629f3502be258e02af3c6bfc04d
parent8ec71052706a106ea3d04316d7f76a48aff98bec
Add (real) Football chess
23 files changed:
TODO
client/public/images/pieces/Football/SOURCE [new file with mode: 0644]
client/public/images/pieces/Football/ball.svg [new file with mode: 0644]
client/src/translations/en.js
client/src/translations/es.js
client/src/translations/fr.js
client/src/translations/rules/Football/en.pug
client/src/translations/rules/Football/es.pug
client/src/translations/rules/Football/fr.pug
client/src/translations/rules/Squatter1/en.pug [moved from client/src/translations/rules/Squatter/en.pug with 100% similarity]
client/src/translations/rules/Squatter1/es.pug [moved from client/src/translations/rules/Squatter/es.pug with 100% similarity]
client/src/translations/rules/Squatter1/fr.pug [moved from client/src/translations/rules/Squatter/fr.pug with 100% similarity]
client/src/translations/rules/Squatter2/en.pug [new file with mode: 0644]
client/src/translations/rules/Squatter2/es.pug [new file with mode: 0644]
client/src/translations/rules/Squatter2/fr.pug [new file with mode: 0644]
client/src/translations/variants/en.pug
client/src/translations/variants/es.pug
client/src/translations/variants/fr.pug
client/src/variants/Ball.js
client/src/variants/Football.js
client/src/variants/Squatter1.js [moved from client/src/variants/Squatter.js with 98% similarity]
client/src/variants/Squatter2.js [new file with mode: 0644]
server/db/populate.sql