xxxxxxxxxx
17
<html lang="en">
<head>
<title>Speed Ball</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/addons/p5.sound.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8" />
</head>
<body>
<h1>Use WASD to move! Speed up by hitting the square</h1>
<script src="sketch.js"></script>
<footer>Comp Sci User Input</footer>
</body>
</html>