git @ Cat's Eye Technologies Super-Wumpus-Land / master impl / swl.js / demo / swl.html
master

Tree @master (Download .tar.gz)

swl.html @masterraw · history · blame

<!DOCTYPE html>
<head>
  <meta charset="utf-8">
  <title>SUPER WUMPUS LAND</title>
  <style>
canvas { border: 1px solid blue; }
#container {
    width: 100%;
    text-align: center;
}
  </style>
</head>
<body>

<h1>SUPER WUMPUS LAND</h1>

<div id="container"></div>

</body>
<script src="../src/swl.js"></script>
<script>
  launch('../src/yoob/', 'container');
</script>