Skip to content

Commit

Permalink
Docs: Add description based on user stories
Browse files Browse the repository at this point in the history
  • Loading branch information
SverreNystad committed Dec 20, 2023
1 parent e6a8f92 commit ee3a676
Showing 1 changed file with 36 additions and 26 deletions.
62 changes: 36 additions & 26 deletions README.md
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>

0 comments on commit ee3a676

Please sign in to comment.