Created
January 31, 2019 20:10
-
-
Save willyandan/b5fff2796a0c4d372532ebed32a65875 to your computer and use it in GitHub Desktop.
Pong -html 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<canvas id="canvas" width="800" height="500"></canvas> | |
<script src="./pong.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment