Fix inventors note for Copycat
authorBenjamin Auder <benjamin.auder@somewhere>
Thu, 18 Mar 2021 15:59:24 +0000 (16:59 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Thu, 18 Mar 2021 15:59:24 +0000 (16:59 +0100)
TODO
client/src/translations/rules/Copycat/en.pug
client/src/translations/rules/Copycat/es.pug
client/src/translations/rules/Copycat/fr.pug
client/src/views/Hall.vue

diff --git a/TODO b/TODO
index 0aab7d3..10788bd 100644 (file)
--- a/TODO
+++ b/TODO
@@ -5,9 +5,3 @@ If new live game starts in background, "new game" notify OK but not first move.
 "FreeBoard", re-using a lot of Board logic, but with SVG (empty) board + SVG (empty) reserves.
 Will be used for variants with custom non-rectangular board (Hex, at least)
 Or, with other board shapes (see greenchess.net for example)
-
-=====
-
-New variants:
-Hidden2: Hidden with free initial setup (as in Screen)
-Shinobi Chess
index 15765b0..8a61914 100644 (file)
@@ -25,4 +25,7 @@ p
   a(href="https://discord.gg/tv9hVkQKa9") Discord server
   | &nbsp;:-)
 
-p Inventors: students at xxNarcissus school.
+p
+  | Inventors: students at 
+  a(href="https://www.facebook.com/groups/ucfchessclub/") UCF Chess Club
+  | .
index 089b338..8a7f071 100644 (file)
@@ -25,4 +25,7 @@ p
   a(href="https://discord.gg/tv9hVkQKa9") servidor Discord
   | &nbsp;Copycat :-)
 
-p Inventores: alumnos de la escuela de xxNarcissus.
+p
+  | Inventores: alumnos al 
+  a(href="https://www.facebook.com/groups/ucfchessclub/") UCF Chess Club
+  | .
index e29e35b..0320698 100644 (file)
@@ -25,4 +25,7 @@ p
   a(href="https://discord.gg/tv9hVkQKa9") serveur Discord
   | &nbsp;Copycat :-)
 
-p Inventeurs : étudiants à l'école de xxNarcissus.
+p
+  | Inventeurs : étudiants à l'
+  a(href="https://www.facebook.com/groups/ucfchessclub/") UCF Chess Club
+  | .
index 22ffe45..c6b00d4 100644 (file)
@@ -1309,6 +1309,7 @@ export default {
         // on game just after, the main Hall will be notified.
       };
       if (c.type == "live") {
+        // TODO: ask my IP + opp IP, to add to game infos? (potential bans)
         notifyNewgame();
         this.startNewGame(gameInfo);
         // Increment game stats counter in DB