A few fixes + draft Interweave and Takenmake. Only 1 1/2 variant to go now :)
authorBenjamin Auder <benjamin.auder@somewhere>
Wed, 1 Apr 2020 20:10:57 +0000 (22:10 +0200)
committerBenjamin Auder <benjamin.auder@somewhere>
Wed, 1 Apr 2020 20:10:57 +0000 (22:10 +0200)
commit6e47d367d4b1b4500bc46d65b44c5e55b52221bb
treeac2f0629747f87ef4599919643c6d84d0ef92a5b
parent383bf350afc0c2600f2774ebf8572398c072a5af
A few fixes + draft Interweave and Takenmake. Only 1 1/2 variant to go now :)
17 files changed:
TODO
client/src/App.vue
client/src/components/BaseGame.vue
client/src/components/ComputerGame.vue
client/src/translations/about/en.pug
client/src/translations/about/es.pug
client/src/translations/about/fr.pug
client/src/translations/rules/Interweave/en.pug [new file with mode: 0644]
client/src/translations/rules/Interweave/es.pug [new file with mode: 0644]
client/src/translations/rules/Interweave/fr.pug [new file with mode: 0644]
client/src/translations/rules/Takenmake/en.pug [new file with mode: 0644]
client/src/translations/rules/Takenmake/es.pug [new file with mode: 0644]
client/src/translations/rules/Takenmake/fr.pug [new file with mode: 0644]
client/src/variants/Berolina.js
client/src/variants/Grand.js
client/src/variants/Interweave.js [new file with mode: 0644]
client/src/variants/Takenmake.js [new file with mode: 0644]