spaghetti

This commit is contained in:
JasterV 2020-04-07 03:45:01 +02:00
parent a7d3954ad2
commit 67a416980a

View file

@ -12,7 +12,7 @@ const visiteds = [];
function setup() {
createCanvas(windowWidth, windowHeight);
background(51);
// Setting Frame Rate to 10
// Setting Frame Rate to 20
// to visualize better the maze
// generation algorithm
frameRate(20);