GeneratingAndSolvingMazes/index.html
2022-05-15 17:09:05 +02:00

9 lines
298 B
HTML

<html>
<head>
</head>
<body onload="startup()">
<script type="text/javascript" src="js/maze_generation.js"></script>
<script type="text/javascript" src="js/maze_solving.js"></script>
<script type="text/javascript" src="js/canvas.js"></script>
</body>
</html>