sketchout a canvas applet

This commit is contained in:
Tangent 2024-01-12 20:21:58 -05:00
parent a7300c16b7
commit d106823e19
2 changed files with 36 additions and 0 deletions

11
island.html Normal file
View file

@ -0,0 +1,11 @@
<html>
<head>
<title>ProcGen Island</title>
</head>
<body>
<script src="js/island.js"></script>
<script>
document.body.append(...IslandApplet());
</script>
</body>
</html>