/MazeTestProject

Primary LanguageHTMLMIT LicenseMIT

Introduction

A maze generator with path finding function

  • Generate maze with custom size
  • Search the shortest path with custom points
  • Maze size auto adapt screen when the first time load page
  • Demo Page

Maze Generator Demo Gif

Maze Algorithm

Pathfinding Algorithm

  • A* pathfinding algorithm
  • Code reference from my another repository AstarCustomMap