@@ -226,20 +227,20 @@
Purpose of the Experiment
- This Experiment is designed for investigating player's experience of fun while playing procedurally generated Super Mario Bros levels.
+ This Experiment is designed to study the notion of "fun" elicited while playing Super Mario Bros levels.
Procedure of the Experiment
- - The Experiment is consist of two Phase, which you need to do them at least two times in an experiment.
- - Each Phase contains several Super Mario Bros levels to play and a annotation page to evaluate those levels you just played.
+ - This experiment consists of two phases, In each phase you will first be asked to play a number of Super Mario Bros games
+ and then will be asked some questions about the levels you just played.
- It takes about 15 minutes in total to complete the experiment.
- - Enjoy your Time!
+
- Have Fun!
-
+
diff --git a/templates/data.js b/templates/data.js
index 970b91a..de295b0 100644
--- a/templates/data.js
+++ b/templates/data.js
@@ -31,7 +31,7 @@ function PostToServer(url,data) {
}
function PlayLevel(level,control){
- var returnVal = cjCall("Play", "playGameMain", level, 5, control);
+ var returnVal = cjCall("Play", "playGameMain", level, 5, control,30,16);
return returnVal.then(function(){
console.log("the return val is ready");
console.log(returnVal.value);
diff --git a/templates/font/fontawesome-webfont.woff b/templates/font/fontawesome-webfont.woff
new file mode 100644
index 0000000..400014a
Binary files /dev/null and b/templates/font/fontawesome-webfont.woff differ