Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html lang="en">
<head>
<script src="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.5.3/modernizr.min.js"></script>
  <script src="http://orm-other.s3.amazonaws.com/html5canvasexamplecontent/chapter5/Box2dWeb-2.1.a.3.js"></script>  
<meta charset="UTF-8">
<title>CH5EX24:  Box2DWeb Box Battle</title>
  
</head>
<body> 
  <p><button onmouseup="go();">Run the example!</button></p>
<canvas id="canvasOne" width="450" height="350" style="position: absolute; top: 60px; left: 0px;">
 Your browser does not support the HTML 5 Canvas. 
</canvas>
<canvas id="canvasTwo" width="450" height="350" style="position: absolute; top: 60px; left: 451px;">
 Your browser does not support the HTML 5 Canvas. 
</canvas>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers