On this page we present simple maze created p5.js library. As of now, the offered functionality includes maze generation (using DFS - to each place in the maze there is exactly one path), finding the solution using DFS and BFS given starting point (marked as green), and end point (red). Both the points can be moved.