diff --git a/templates/GameOver.html b/templates/GameOver.html
index 187ed60..9f75a86 100644
--- a/templates/GameOver.html
+++ b/templates/GameOver.html
@@ -256,7 +256,7 @@
-
This page is created by
Haocheng Du,
Yuchen Li; game content is generated by
Ziqi Wang. This project is supported by
Dr. Liu and
Prof. Yannakakis.
+This page is created by
Haocheng Du,
Yuchen Li; game content is generated by
procedural content generator (PCG) designed by
Ziqi Wang.
This project is supported by
Dr. Liu and
Prof. Yannakakis.
-
+
-
+
Super Mario Bros Tutorial
-
Before proceeding to the main part of the experiment please familiarize yourself with the game.
- You may proceed to the next phase of this survey once you are ready!
-
-
Click ME to show the instruction page again.
+
Before proceeding to the main part of the experiment please familiarize yourself with the game.
+ You may proceed to the next phase of this survey once you are ready!
+
+
Click ME to show the instruction
+ page again.
If the game is not responding to your keyboard, please click on the game screen.
@@ -245,7 +246,7 @@
-
+
@@ -254,7 +255,7 @@
document.getElementById("game").style.visibility = "hidden";
document.getElementById("next").style.visibility = "hidden";
-
+ var control = ("{{control}}" == "1");
//var divElement = document.getElementById("GameWindow");
tutorialId = tutorialId+1
var level = "t"+tutorialId;
@@ -266,7 +267,7 @@
document.getElementById("loading").style.visibility = "hidden";
$("#mask").hide();
})
- var control = ("{{control}}" == "1");
+
PlayLevel(level,control)
.then(function (){
@@ -289,59 +290,64 @@
-
-
+

+

+

-
-
@@ -366,19 +387,11 @@
-
+
-
@@ -388,7 +401,7 @@