Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 346 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 346 Bytes

Pathfinding Visualizer

Check out the live version: Pathfinder

Getting Started Locally

  • Clone the repo
  • Edit generateMaze(14, 20) in App.jsx to change width and height of the maze
  • Hit npm run dev

Typescript

Just rename any file from .jsx to .tsx