mirror of
https://codeberg.org/JasterV/maze-generator.js.git
synced 2026-04-27 02:25:41 +00:00
spaghetti
This commit is contained in:
parent
a7d3954ad2
commit
67a416980a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue