2048.html
changeset 32 f48151863cdf
parent 31 9de51a02b039
child 33 f1bbe12e2c3d
equal deleted inserted replaced
31:9de51a02b039 32:f48151863cdf
   481       ui.ai.current = ui.ai.algList[aiDom.id](aiDom);
   481       ui.ai.current = ui.ai.algList[aiDom.id](aiDom);
   482     }
   482     }
   483 
   483 
   484     ui.brdEngine = BoardArr2d; // TODO make user selectable
   484     ui.brdEngine = BoardArr2d; // TODO make user selectable
   485 
   485 
       
   486     ui.action.start();
       
   487 
   486   </script>
   488   </script>
   487   
   489   
   488 </body>
   490 </body>
   489 </html>
   491 </html>