added more algorithms

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Jürg Hallenbarter
2026-04-27 17:08:24 +00:00
parent d78ef16bff
commit 9a9080c155
10 changed files with 278 additions and 16 deletions

View File

@@ -14,7 +14,7 @@ var wallGrid = [];
var rows, cols;
function setup() {
createCanvas(500, 500);
createCanvas(windowWidth, windowHeight);
rows = ceil(height / gridSize);
cols = ceil(width / gridSize);