Rust-Autonomous-Vehicle-Simulation

🚗 Rust AI Car Driving

Welcome to the Rust AI Car Driving project! This repository showcases a simple simulation of an AI-controlled car, built using the Rust programming language. The project focuses on demonstrating basic AI concepts such as pathfinding, decision-making, and obstacle avoidance in a simulated environment.

🌟 Features

📦 Getting Started

  1. Clone the repository:
    git clone https://github.com/Konseptt/Rust-Ai-Car_Driving.git
    cd Rust-Ai-Car_Driving
    
  2. Build the project:
    cargo build --release
    
  3. Run the simulation:
    cargo run
    

🖼️ GUI Overview

GUI Screenshot

🤝 Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.

📄 License

This project is licensed under the MIT License. See the LICENSE file for details.