Self Avoiding Walk

Coding Challenge #162

It’s finally time to attempt a Self-Avoiding Walk! In this video, I quickly visualize a simple JavaScript p5.js implementation of a self-avoiding walk. I then tackle the more complex problem of backtracking to find a solution to a space-filling self-avoiding walk.

icon for p5js Basic Self Avoiding Walk
icon for p5js Self Avoiding Walk with Backtracking
icon for p5js Self Avoiding Walk 3D
icon for p5js Self Avoiding Walk with Bezier
icon for p5js Self Avoiding Walk with Recursion
icon for p5js Random Walk with Alpha