Tetris: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
Line 1: Line 1:
Even Tetris can be implemented with JSXGraph.
Even Tetris can be implemented with JSXGraph.
<html>
<html>
<script type="text/javascript" src="http://jsxgraph.uni-bayreuth.de/distrib/jsxgraphcore.js"></script>
        <style type="text/css">
          .jxgbox {
            overflow:hidden;
            background-color:#ffffff;
            border-style:solid;
            border-width:2px;
            border-color:#000000;
          }
          body {
            font-family:Arial;
          }
        </style>


   <script type="text/javascript">
   <script type="text/javascript">

Revision as of 12:40, 1 September 2010

Even Tetris can be implemented with JSXGraph.