Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Basic bouncing ball" />
  
  <!-- Include JQuery -->
  
  <script src="//code.jquery.com/jquery-git2.js"></script>
  <meta charset="utf-8">
  <title>F2</title>
</head>
<body>
  <!-- Main canvas for game -->
  
  <canvas id="background" width="250" height="250" style="border:1px solid black"></canvas>
  <script src="js/Game2.js"></script>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers