/algopath

A path finding and maze generator visualizer

Primary LanguageSvelteMIT LicenseMIT


AlgoPath


A path finding visualizer created with svelte.


Animation of algopath

Currently supports the following algorithms

Pathfinding

Maze generation


Go play with it at algopath.netlify.app



Or build it locally:


Prerequisites

  1. Node.js and npm installed

Installation

  1. Clone the repo
    git clone git@github.com:kolberg-dev/algopath.git
    cd algopath
  2. Install NPM packages
    npm install
  3. Run the development enjoinment with
    npm run dev