Click "Open in a new window" for the best experience
xxxxxxxxxx
<html>
<head>
<title>Piarkanoid</title>
<meta charset='utf-8'>
<script src="//d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<style>
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.svgstyle {
position:absolute;
top:5px;
left:5px;
}
.disabled {
opacity: 0.1;
cursor: disabled;
}
</style>
</head>
<body>
<a style='position:absolute; top:600px'>
<text>(Hold Shift and move the mouse to strum piano keys)</text>
<br>
<text>(Press the G key to toggle on/off game mode)</text>
<br>
<text>(Press the arrow keys to move the paddle in game mode)</text>
</a>
<script src="piarkanoid.js"></script>
</body>
</html>
https://d3js.org/d3.v3.min.js
https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js