xxxxxxxxxx
16
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3/addons/p5.dom.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3/addons/p5.sound.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/shiffman/The-Nature-of-Code-Examples-p5.js@master/chp05_libraries/box2d-html5/lib/box2d-helper.js"></script>
<script src="https://cdn.jsdelivr.net/gh/shiffman/The-Nature-of-Code-Examples-p5.js@master/chp05_libraries/box2d-html5/lib/box2d-html5.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<script src="box.js"></script>
<script src="sketch.js"></script>
</body>
</html>