diff --git a/SRC/public/js/memory.js b/SRC/public/js/memory.js index b2fc996..b43fad8 100644 --- a/SRC/public/js/memory.js +++ b/SRC/public/js/memory.js @@ -60,7 +60,7 @@ * onGameStart: callback for when game starts * onGameEnd: callback for when game ends */ - +/* Memory.prototype.options = { wrapperID : "container", cards : [ @@ -132,7 +132,7 @@ onGameStart : function() { return false; }, onGameEnd : function() { return false; } } - +*/ /** * Memory _init - initialise Memory * @@ -212,13 +212,17 @@ this.gameMeta.innerHTML = this.gameMetaHTML; this.game.appendChild(this.gameMeta); + + +// + this.gameStartScreenHTML = '

Welcome to the Memory Game!

\

blablabla

\

Choisir niveau

\ '; this.gameStartScreen.innerHTML = this.gameStartScreenHTML; this.game.appendChild(this.gameStartScreen); diff --git a/SRC/resources/views/app.blade.php b/SRC/resources/views/app.blade.php index a62e1ea..b7d9fab 100755 --- a/SRC/resources/views/app.blade.php +++ b/SRC/resources/views/app.blade.php @@ -33,13 +33,8 @@ @endif @yield('content') - - - - - + + @@ -12,8 +17,11 @@
- -
+
+
+
+
+