Skip to content

leoaltemari/Maze-AI

Repository files navigation

Maze AI

🚀 Description

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:


📜 Table of Contents


🔥 Installation

  1. Install Angular CLI globally if not already installed:
    npm install -g @angular/cli
  2. Clone the repository:
    git clone https://github.com/leoaltemari/Maze-AI.git
  3. Navigate to the project directory:
    cd Maze-AI
  4. Install dependencies:
    npm install

🌐 Usage

  1. Run the development server:
    ng serve
  2. Open your browser and navigate to:
    http://localhost:4200
    

👥 Contributing

  1. Fork the repository.
  2. Create a feature branch:
    git checkout -b feat/feature-name
  3. Commit your changes:
    git commit -m "Description of changes"
  4. Push to the branch:
    git push origin feat/feature-name
  5. Create a pull request.

🔐 License

MIT License


📱 Contact

For questions or support, contact:


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published