Skip to content

ozavodny/elm-path-finding-visualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NI-AFP semestral project

Statement

The goal of this semestral work is to replicate some of the functionality of this algorithm visualiser in elm

The supporting functionality will be:

  • creating and modyfing the grid with wall nodes, and the start and end nodes.
  • visualising 3 main path finding algorithms - BFS, DFS and Dijkstra
  • setting the speed of the visualisation

Dependencies

  • yarn

Install yarn dependencies using

    yarn

Building

Running

    yarn build

Builds the project into the dist directory.

Development

Running

    yarn serve

launches the development server with hot module reloading.

About

A school project where I made a path finding algorithm visualiser in Elm

Resources

Stars

Watchers

Forks

Languages