Maze generation working with new Maze object.

This commit is contained in:
2020-05-19 09:09:21 -05:00
parent 2fbcc0b345
commit eece3deffb
3 changed files with 16 additions and 52 deletions
+1 -4
View File
@@ -22,11 +22,8 @@
clear: both;
}
</style>
<script>
</script>
<script src="cell.js"></script>
<script src="gen-maze.js"></script>
<script src="../p5.js"></script>
<script src="../addons/p5.sound.min.js"></script>
<script src="sketch.js"></script>