spaghetti

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

View file

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