Difference between revisions of "Team:SJTU-BioX-Shanghai/2048"

Line 75: Line 75:
  
 
         <div class="btnbox">
 
         <div class="btnbox">
             <a class="cbutton active" id="btn1">Light Mode</a> <a class="cbutton" id="btn2">Pigment Mode</a>
+
             <a class="cbutton" id="btn1" onclick="bt1()">Light Mode</a> <a class="cbutton active" id="btn2" onclick="bt2()">Pigment Mode</a>
 
         </div>
 
         </div>
  

Revision as of 14:26, 7 October 2017

2048
0
0

Color mixing version of 2048

New Game

How to play: Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one!


Note: This is the special version of 2048 game to help people feel the rules of color mixing. Adapter is SJTU-Biox-Shanghai.


Original 2048 game is created by Gabriele Cirulli. Based on 1024 by Veewo Studio and conceptually similar to Threes by Asher Vollmer.