Skip to content

Instantly share code, notes, and snippets.

@willyandan
Created January 31, 2019 20:10
Show Gist options
  • Save willyandan/b5fff2796a0c4d372532ebed32a65875 to your computer and use it in GitHub Desktop.
Save willyandan/b5fff2796a0c4d372532ebed32a65875 to your computer and use it in GitHub Desktop.
Pong -html 2
<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