mirror of
https://github.com/taigrr/JSPong
synced 2025-01-18 04:33:12 -08:00
Added y-movement, y-bouncing, and preliminary 'AI'
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
</head>
|
||||
<link rel="stylesheet" type="text/css" href="gameStyles.css"/>
|
||||
<center>
|
||||
<canvas id="myCanvas" style="border:3px solid #98999A;">
|
||||
<canvas id="myCanvas" style="border:3px solid #98999A;" onclick="toggleFullScreen();">
|
||||
Your browser does not support the HTML5 canvas tag. <br>
|
||||
Try using a more modern browser, like <a href="https://www.google.com/chrome/browser/">Google Chrome</a>,to play the game.
|
||||
</canvas>
|
||||
|
||||
Reference in New Issue
Block a user