Skip to content

puemos/reasonml-astar-maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reason A* Pathfinding maze is an web-browser implementation of A* path finding algo written exclusively in ReasonMl.

Gameplay preview

Try it out!

Key Features

  • Perform a search and find the shortest path between all the food points
  • Edit the maze

Roadmap

  • Move the search module to a web worker
  • Improve the ui
  • Be able to edit the maze dimensions

In computer science, A* (pronounced as "A star") is a computer algorithm that is widely used in pathfinding and graph traversal, which is the process of plotting an efficiently directed path between multiple points, called "nodes". It enjoys widespread use due to its performance and accuracy. However, in practical travel-routing systems, it is generally outperformed by algorithms which can pre-process the graph to attain better performance,although other work has found A* to be superior to other approaches.

Modules

  • Game
  • Search
  • Animation
  • Components

Building the Project

  1. npm install
  2. npm start

Contributing

Pull requests fixing bugs, adding functionality, or improving organization are welcome!

Authors

About

A-star search algorithm written in ReasonML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published