Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
<html>
    <head>
        <title>Jump Tower Game</title>
    <style>
    body{
        margin 0px;
        padding: 0px;
        text-align:center;
    }
    
    canvas{
        outline:0;
        border: 1px solid #000;
        margin-left:auto;
        margin-right: auto;
    }
    </style>
    </head>
    <body>
        <canvas id='can'><canvas>
        <script src ="Tower.js"></script>
    </body>
</html>
    
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers