https://leoaltemari.github.io/maze-ai-pages/
This is an web UI that creates an way to visualize some path finder algorithim trough a maze map, where the user can interacts to it, selectin the source point, the target point and place walls on this maze to see how each algorithm deals with it to find the correct path.
At the moment we have just five path finding algorithms implemented, they are:
- Install Angular CLI globally if not already installed:
npm install -g @angular/cli
- Clone the repository:
git clone https://github.com/leoaltemari/Maze-AI.git
- Navigate to the project directory:
cd Maze-AI - Install dependencies:
npm install
- Run the development server:
ng serve
- Open your browser and navigate to:
http://localhost:4200
- Fork the repository.
- Create a feature branch:
git checkout -b feat/feature-name
- Commit your changes:
git commit -m "Description of changes" - Push to the branch:
git push origin feat/feature-name
- Create a pull request.
For questions or support, contact:
- Author Name: Leonardo Altemari Nogueira
- Email: leo.altemari@gmail.com
