arrow keys to move the brown circle and left click to create a gray circle. W and S to show/hide map list this is a maze creator using circles. you can now create an endless amount of circle mazes.
next coding challenge - https://scratch.mit.edu/projects/154894075/ previous coding challenge - https://scratch.mit.edu/projects/154788980/ if you don't get it, think of a box. the box is a container. the box contains 3 dogs. this is a list. what if these dogs now have a unique bite? so the box contains a unique bite for the 3 dogs in the box. this is a 2D list. you see the dogs with their unique bites. this is rendering. the only difference between my older render engine and this is that this one use clones instead of stamping. there isn't a collision and update function in this one, but there's a check function that checks for an existing gray circle before creating one.