# GalacticPathFinder
GalacticPathFinder is an interactive web application designed to visualize and aid understanding of pathfinding-algorithms like A* (A-star), Breadth-First-Search (BFS) and others. It allows users to create obstacles, 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. It is made with a Django backend and React Typescript frontend.
Visit the deployed application here.
Clone the repository to your local machine:
git clone https://github.com/Spiderpig02/GalacticPathFinder.git
To run the application, navigate to the root directory of the project and run the following command:
docker compose up --build
To run the E2E tests, navigate to the frontend
directory of the project and run the following command:
npm run test:e2e
Daniel Neukirch Hansen |
Jens Martin Norheim Berget |
Sverre Nystad |