Add roadmap on TODO file
[vchess.git] / public / javascripts / variant.js
index ae576d8..510ea29 100644 (file)
@@ -2,6 +2,7 @@ new Vue({
        el: "#variantPage",
        data: {
                display: "room", //default: main hall
+               gameid: "undefined", //...yet
        },
        created: function() {
                // TODO: navigation becomes a little more complex
@@ -20,6 +21,10 @@ new Vue({
                },
        },
 });
+               
+const continuation = (localStorage.getItem("variant") === variant);
+                       if (continuation) //game VS human has priority
+                               this.continueGame("human");
 
 // TODO:
 // si quand on arrive il y a une continuation "humaine" : display="game" et retour à la partie !