LegendOfTheFox / maze_search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

maze_search

Maze Search

Overview

Cursor goes through a randomly created maze by constantly checking all directions first. Order checking is done by Top, Right, Bottom, Left preference. When the cursor hits a dead end it recursively backtracks until it finds another cell that has not been checked. This process is repeated until every cell shows as checked.

Details

  • p5 Graphics Library
  • Programmed in Javascript

About


Languages

Language:JavaScript 99.9%Language:HTML 0.1%