Difference between revisions of "Team:Tianjin/surprise23333"

 
(7 intermediate revisions by the same user not shown)
Line 61: Line 61:
 
</head>
 
</head>
 
<body onkeydown="doKeyDown(event)"><!--身体-->
 
<body onkeydown="doKeyDown(event)"><!--身体-->
 +
<div align="center" style="margin-top:3em;">
 +
<h1><font color="#0CF">a game of yeast mating</font></h1>
 +
</div>
 
<div style="z-index:1200;" class="games">
 
<div style="z-index:1200;" class="games">
 
<canvas id="canvass" width="560" height="560"></canvas>
 
<canvas id="canvass" width="560" height="560"></canvas>
 
<div id="msgs"></div>
 
<div id="msgs"></div>
<input type="button" value="上一关" onClick="NextLevel(-1)">
+
<input type="button" value="last level" onClick="NextLevel(-1)">
<input type="button" value="下一关" onClick="NextLevel(1)">
+
<input type="button" value="next level" onClick="NextLevel(1)">
<input type="button" value="重玩本关" onClick="NextLevel(0)">
+
<input type="button" value="restart" onClick="NextLevel(0)">
<input type="button" value="游戏说明" onClick="showHelp()">
+
<input type="button" value="instruction" onClick="showHelp()">
 
</div>
 
</div>
  
<script type="text/javascript" src="https://2017.igem.org/Team:Tianjin/Resources/JS:gamemap?action=raw&ctype=text/javascript"></script>
+
 
<script type="test/javascript" src="https://2017.igem.org/Team:Tianjin/Resources/JS:gamemap2?action=raw&ctype=text/javascript"></script>
+
<script src="https://2017.igem.org/Team:Tianjin/Resources/JS:gamemap2?action=raw&ctype=text/javascript"></script>
  
  

Latest revision as of 03:02, 2 November 2017

/* OVERRIDE IGEM SETTINGS */

a game of yeast mating