xxxxxxxxxx
24
<html lang="en">
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.1/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.1/addons/p5.sound.min.js"></script>
<script src="p5.js"></script>
<script src="DiceGame.js"></script>
<script src="GameOver.js"></script>
<script src="Timer.js"></script>
<script src="dicecircle.js"></script>
<script src="Bowl.js"></script>
<script src="Intro.js"></script>
<script src="sketch.js"></script>
<link rel="stylesheet" type="text/css" href="style.css" />
<meta charset="utf-8" />
</head>
<body>
<main></main>
<script src="sketch.js"></script>
</body>
</html>