Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html>
<head>
  <script src="http://jsbin.com/iqudic/4/js"></script>
</head>
<body>
    <p>Successful login, here will be game</p>
        Initialized? : <span id="initRight">no_name</span>
   <script>
        localPlayer = new Player('bbbb', null, null);
        document.getElementById('initRight').innerHTML = localPlayer.nick;
        init();
   </script>
   <canvas id="gameCanvas"></canvas>
</body>
</html>
Output

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

Dismiss x
public
Bin info
wiredprairiepro
0viewers