xxxxxxxxxx
19
<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>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8" />
<title>Flatland K2</title>
</head>
<body>
use arrows to move around, x/v to strafe, and s to toggle view.<br>
Enter plants a stake and Backspace pops the last stake from the stack.<br>
<script src="sketch.js"></script>
<script src="particle.js"></script>
<script src="boundary.js"></script>
</body>
</html>