diff --git a/example/mrhankey.html b/example/mrhankey.html index a4265a7..c952da0 100644 --- a/example/mrhankey.html +++ b/example/mrhankey.html @@ -61,8 +61,9 @@

Help Mr Hankey

var action = "wait"; -/* Un-comment solution for testing. +// Un-comment folowing solution for testing. +/* if (obstacle === 1 || obstacle === 3) { action = "jump"; } else if (obstacle === 2) { @@ -70,7 +71,6 @@

Help Mr Hankey

} else { action = "walk"; } - */