Skip to content

Instantly share code, notes, and snippets.

@topherPedersen
Created September 24, 2019 20:08
Show Gist options
  • Save topherPedersen/efa6a58a07bf7afbb6d2e6e5c3f686b1 to your computer and use it in GitHub Desktop.
Save topherPedersen/efa6a58a07bf7afbb6d2e6e5c3f686b1 to your computer and use it in GitHub Desktop.
pong.html
<!DOCTYPE html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.9.0/p5.js"></script>
<!-- NOTE: Must Download and Install p5.play.js Manually, it is not available via CDN -->
<script src="p5.play.js"></script>
</head>
<body>
<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