Experimental change: options replacing randomness (more general)
authorBenjamin Auder <benjamin.auder@somewhere>
Thu, 8 Apr 2021 19:41:58 +0000 (21:41 +0200)
committerBenjamin Auder <benjamin.auder@somewhere>
Thu, 8 Apr 2021 19:41:58 +0000 (21:41 +0200)
commiteb2d61de8d569470fa329a484efe9bab420b2b82
treea42a02e29bd84ad9baa89d5d97f54d69e575ebfa
parentd807470f965d4d60a7fe6e1320ac7dfd3f0ea03f
Experimental change: options replacing randomness (more general)
47 files changed:
TODO
client/public/images/pieces/Fugue/wl.svg
client/src/App.vue
client/src/base_rules.js
client/src/components/ChallengeList.vue
client/src/components/ComputerGame.vue
client/src/components/GameList.vue
client/src/components/Settings.vue
client/src/main.js
client/src/store.js
client/src/translations/about/en.pug
client/src/translations/about/es.pug
client/src/translations/about/fr.pug
client/src/translations/en.js
client/src/translations/es.js
client/src/translations/fr.js
client/src/translations/rules/Allmate/en.pug [moved from client/src/translations/rules/Allmate1/en.pug with 95% similarity]
client/src/translations/rules/Allmate/es.pug [moved from client/src/translations/rules/Allmate1/es.pug with 99% similarity]
client/src/translations/rules/Allmate/fr.pug [moved from client/src/translations/rules/Allmate1/fr.pug with 96% similarity]
client/src/translations/rules/Allmate2/en.pug [deleted file]
client/src/translations/rules/Allmate2/es.pug [deleted file]
client/src/translations/rules/Allmate2/fr.pug [deleted file]
client/src/translations/rules/Checkered/en.pug [moved from client/src/translations/rules/Checkered1/en.pug with 97% similarity]
client/src/translations/rules/Checkered/es.pug [moved from client/src/translations/rules/Checkered1/es.pug with 97% similarity]
client/src/translations/rules/Checkered/fr.pug [moved from client/src/translations/rules/Checkered1/fr.pug with 97% similarity]
client/src/translations/rules/Checkered2/en.pug [deleted file]
client/src/translations/rules/Checkered2/es.pug [deleted file]
client/src/translations/rules/Checkered2/fr.pug [deleted file]
client/src/translations/rules/Chess960/en.pug [moved from client/src/translations/rules/Chess/en.pug with 99% similarity]
client/src/translations/rules/Chess960/es.pug [moved from client/src/translations/rules/Chess/es.pug with 99% similarity]
client/src/translations/rules/Chess960/fr.pug [moved from client/src/translations/rules/Chess/fr.pug with 99% similarity]
client/src/variants/Allmate.js [moved from client/src/variants/Allmate1.js with 99% similarity]
client/src/variants/Allmate2.js [deleted file]
client/src/variants/Checkered.js [moved from client/src/variants/Checkered1.js with 95% similarity]
client/src/variants/Checkered2.js [deleted file]
client/src/variants/Chess.js [deleted symlink]
client/src/variants/Chess960.js [new file with mode: 0644]
client/src/views/Analyse.vue
client/src/views/Game.vue
client/src/views/Hall.vue
client/src/views/Rules.vue
client/src/views/Variants.vue
server/db/create.sql
server/db/populate.sql
server/models/Challenge.js
server/models/Game.js
server/routes/challenges.js