Skip to content

An A* algorithm custom implementation in JS for teaching purpose

Notifications You must be signed in to change notification settings

mehdichamouma/astar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

astar

An A* algorithm custom implementation in JS for teaching purpose

alt tag

#Usage

  • Télécharger le dossier (git clone ou .zip)
  • Ouvrir ./public/index.html
  • Cliquer sur une case de la map pour ajouter un agent
  • Cliquer sur un agent pour calculer et afficher le chemin le plus court (A*)

#Développement

  • cd astar
  • npm install -g webpack
  • npm install
  • webpack -w

#Credits

  • Fatima-Zahra AMAIZ
  • Mehdi CHAMOUMA
  • François BEIGER

About

An A* algorithm custom implementation in JS for teaching purpose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages