-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: Add description based on user stories
- Loading branch information
1 parent
e6a8f92
commit ee3a676
Showing
1 changed file
with
36 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,36 @@ | ||
# GalacticPathFinder | ||
|
||
|
||
## Contributors | ||
<table align="center"> | ||
<tr> | ||
<td align="center"> | ||
<a href="https://github.com/Spiderpig02"> | ||
<img src="https://github.com/Spiderpig02.png?size=100" width="100px;" alt="Daniel Neukirch Hansen"/><br /> | ||
<sub><b>Daniel Neukirch Hansen</b></sub> | ||
</a> | ||
</td> | ||
<td align="center"> | ||
<a href="https://github.com/Spiderpig02"> | ||
<img src="https://github.com/Jensern1.png?size=100" width="100px;" alt="Jens Martin Norheim Berget"/><br /> | ||
<sub><b>Jens Martin Norheim Berget</b></sub> | ||
</a> | ||
</td> | ||
<td align="center"> | ||
<a href="https://github.com/SverreNystad"> | ||
<img src="https://github.com/SverreNystad.png?size=100" width="100px;"/><br /> | ||
<sub><b>Sverre Nystad</b></sub> | ||
</a> | ||
</td> | ||
</tr> | ||
</table> | ||
# GalacticPathFinder | ||
|
||
GalacticPathFinder is an interactive web application designed to visualize and understand the A\* pathfinding and other pathfinding algorithms. It allows users to create grids, set start and end points, visualize the algorithm's step-by-step process, and experiment with different heuristics. This tool is ideal for students, educators, and anyone interested in algorithm visualization and AI pathfinding techniques. | ||
|
||
## Features: | ||
|
||
- **Create Grids/Graphs:** Users can generate grids or graphs on which the A\* algorithm operates. | ||
- **Set Start and End Points:** Flexibility to define start and end points to visualize pathfinding. | ||
- **Visualize Algorithm:** Step-by-step visualization of the A\* algorithm in action. | ||
- **Customize Heuristics:** Experiment with different heuristics to see how they influence the pathfinding process. | ||
- **Web Deployment:** Accessible on the World Wide Web for widespread use and demonstration. | ||
|
||
## Contributors | ||
|
||
<table align="center"> | ||
<tr> | ||
<td align="center"> | ||
<a href="https://github.com/Spiderpig02"> | ||
<img src="https://github.com/Spiderpig02.png?size=100" width="100px;" alt="Daniel Neukirch Hansen"/><br /> | ||
<sub><b>Daniel Neukirch Hansen</b></sub> | ||
</a> | ||
</td> | ||
<td align="center"> | ||
<a href="https://github.com/Spiderpig02"> | ||
<img src="https://github.com/Jensern1.png?size=100" width="100px;" alt="Jens Martin Norheim Berget"/><br /> | ||
<sub><b>Jens Martin Norheim Berget</b></sub> | ||
</a> | ||
</td> | ||
<td align="center"> | ||
<a href="https://github.com/SverreNystad"> | ||
<img src="https://github.com/SverreNystad.png?size=100" width="100px;"/><br /> | ||
<sub><b>Sverre Nystad</b></sub> | ||
</a> | ||
</td> | ||
</tr> | ||
</table> |