Team:Exeter/Game

From 2014.igem.org

(Difference between revisions)
Line 70: Line 70:
function confuse(){
function confuse(){
     b = document.getElementById("confusing_button");
     b = document.getElementById("confusing_button");
-
     <!------b.style.top = (400+(Math.random())*180).toString()+"px";------>
+
     b.style.top = (400+(Math.random())*180).toString()+"px";
-
     b.style.left = (200+(Math.random()*800)).toString()+"px";
+
     b.style.left = (400+(Math.random()*800)).toString()+"px";
}
}

Revision as of 23:11, 13 October 2014

Exeter | ERASE

E.R.A.S.E

As part of our project we have developed a game. The rules are simple: help E.R.A.S.E. split the molecules of TNT and Nitroglycerin, but avoid destroying other, similar, molecules!

The game can be downloaded here from Google Play.

Exeter | ERASE