maze generator

This commit is contained in:
John Gatward
2026-03-16 19:20:29 +00:00
parent da5879fc6e
commit 6bef2094cb
6 changed files with 272 additions and 15 deletions

View File

@@ -104,7 +104,7 @@
<a href="/projects/game_of_life.html">
<p> Game of Life</p>
</a>
<a href="/projects/maze_generation.html">
<a href="/projects/maze_generation/index.html">
<p>Maze Generator</p>
</a>
<a href="/projects/oscillations_in_3d.html">

View File

@@ -119,7 +119,7 @@
href="https://twitter.com/beesandbombs/status/940639806522085376">Bees and Bomb's gif.</a></p>
</div>
<div onclick="window.location='/projects/maze_generation.html'" class="tut_box">
<div onclick="window.location='/projects/maze_generation/index.html'" class="tut_box">
<p class="tut_date">13 Nov 2017</p>
<a class="tutName">Maze Generator</a>
<p>A maze generator built in js.</p>