Add Konane, (very) early drafts of Emergo/Fanorona/Yote/Gomoku, fix repetitions detec...
authorBenjamin Auder <benjamin.auder@somewhere>
Sun, 17 Jan 2021 17:17:51 +0000 (18:17 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Sun, 17 Jan 2021 17:17:51 +0000 (18:17 +0100)
commitd2af3400944331ffd0c770f83857257c2f48e487
treed7ee1423dcb0929f666bcc8072f6b384aaf2ab75
parent34b79fe4fa5aecdfa64742e7ff98a1befffa34ed
Add Konane, (very) early drafts of Emergo/Fanorona/Yote/Gomoku, fix repetitions detection in Otage/Pacosako
36 files changed:
client/public/images/pieces/Konane/SOURCE [new file with mode: 0644]
client/public/images/pieces/Konane/bp.svg [new file with mode: 0644]
client/public/images/pieces/Konane/wp.svg [new file with mode: 0644]
client/src/base_rules.js
client/src/components/Board.vue
client/src/translations/en.js
client/src/translations/es.js
client/src/translations/fr.js
client/src/translations/rules/Emergo/en.pug [new file with mode: 0644]
client/src/translations/rules/Emergo/es.pug [new file with mode: 0644]
client/src/translations/rules/Emergo/fr.pug [new file with mode: 0644]
client/src/translations/rules/Fanorona/en.pug [new file with mode: 0644]
client/src/translations/rules/Fanorona/es.pug [new file with mode: 0644]
client/src/translations/rules/Fanorona/fr.pug [new file with mode: 0644]
client/src/translations/rules/Gomoku/en.pug [new file with mode: 0644]
client/src/translations/rules/Gomoku/es.pug [new file with mode: 0644]
client/src/translations/rules/Gomoku/fr.pug [new file with mode: 0644]
client/src/translations/rules/Konane/en.pug [new file with mode: 0644]
client/src/translations/rules/Konane/es.pug [new file with mode: 0644]
client/src/translations/rules/Konane/fr.pug [new file with mode: 0644]
client/src/translations/rules/Yote/en.pug [new file with mode: 0644]
client/src/translations/rules/Yote/es.pug [new file with mode: 0644]
client/src/translations/rules/Yote/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/Bario.js
client/src/variants/Emergo.js [new file with mode: 0644]
client/src/variants/Fanorona.js [new file with mode: 0644]
client/src/variants/Gomoku.js [new file with mode: 0644]
client/src/variants/Konane.js [new file with mode: 0644]
client/src/variants/Otage.js
client/src/variants/Pacosako.js
client/src/variants/Selfabsorption.js
client/src/variants/Yote.js [new file with mode: 0644]
server/db/populate.sql