xxxxxxxxxx
19
<html lang="en">
<head>
<title>Light's Out Game</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>Light's Out!</h1>
<footer>
click squares to turn its light and those around it on and off
</footer>
<footer2>goal: turn all the lights off</footer2>
<script src="sketch.js"></script>
</body>
</html>