From eac8fbb5f23107cf82ad28c64efa00d556c4691e Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Mon, 2 Mar 2020 02:26:34 +0100 Subject: [PATCH] Add pychess-variants link + new variant TODO --- TODO | 4 ++++ client/src/translations/about/en.pug | 1 + client/src/translations/about/es.pug | 1 + client/src/translations/about/fr.pug | 1 + 4 files changed, 7 insertions(+) diff --git a/TODO b/TODO index 7bcb36fd..d37e708b 100644 --- a/TODO +++ b/TODO @@ -16,3 +16,7 @@ Center king image for Knightmate variant. # Misc: Saw once a "double challenge" bug, one anonymous and a second one logged Both were asked a challenge probably, and both challenges added as different ones. + +# New variants +8-pieces https://www.youtube.com/watch?v=XZ8K02Da7Ps&list=PLRyjH8DPuzTBiym6lA0r84P8N0HnTtZyN&index=6&t=0s +https://www.chessvariants.com/rules/8-piece-chess diff --git a/client/src/translations/about/en.pug b/client/src/translations/about/en.pug index 4cc69425..a47463ce 100644 --- a/client/src/translations/about/en.pug +++ b/client/src/translations/about/en.pug @@ -42,6 +42,7 @@ h3 Links #links a(href="https://greenchess.net/") greenchess.net a(href="https://www.chessvariants.com/") chessvariants.com + a(href="http://pychess-variants.herokuapp.com/") pychess-variants a(href="https://schemingmind.com/") schemingmind.com div a(href="https://echekk.fr/spip.php?page=rubrique&id_rubrique=1") echekk.fr diff --git a/client/src/translations/about/es.pug b/client/src/translations/about/es.pug index 3643ba82..4566df84 100644 --- a/client/src/translations/about/es.pug +++ b/client/src/translations/about/es.pug @@ -40,6 +40,7 @@ h3 Enlaces #links a(href="https://greenchess.net/") greenchess.net a(href="https://www.chessvariants.com/") chessvariants.com + a(href="http://pychess-variants.herokuapp.com/") pychess-variants a(href="https://schemingmind.com/") schemingmind.com div a(href="https://echekk.fr/spip.php?page=rubrique&id_rubrique=1") echekk.fr diff --git a/client/src/translations/about/fr.pug b/client/src/translations/about/fr.pug index bc9f51b2..2860445d 100644 --- a/client/src/translations/about/fr.pug +++ b/client/src/translations/about/fr.pug @@ -40,6 +40,7 @@ h3 Liens #links a(href="https://greenchess.net/") greenchess.net a(href="https://www.chessvariants.com/") chessvariants.com + a(href="http://pychess-variants.herokuapp.com/") pychess-variants a(href="https://schemingmind.com/") schemingmind.com a(href="https://echekk.fr/spip.php?page=rubrique&id_rubrique=1") echekk.fr a(href="https://brainking.com/") brainking.com -- 2.44.0