|
|
|
@ -61,7 +61,7 @@ body {
|
|
|
|
|
<center>
|
|
|
|
|
<div id="screen">
|
|
|
|
|
<h2 id="title">Gravity Pong!</h2>
|
|
|
|
|
<div id="msg"></div>
|
|
|
|
|
<div id="msg">press <space> to start</div>
|
|
|
|
|
<svg id="canvas">
|
|
|
|
|
<circle id="mass" />
|
|
|
|
|
<text id="score">0</text>
|
|
|
|
@ -75,7 +75,7 @@ body {
|
|
|
|
|
</div>
|
|
|
|
|
use W-S and Up-Down keys to move the paddles / use Left-Right keys to change gravity
|
|
|
|
|
<div style="float: right">
|
|
|
|
|
<a target="_blank" href="https://github.com/abhin4v/frpong">Source</a>
|
|
|
|
|
<a target="_blank" href="http://github.com/abhin4v/frpong">github</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|