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.
git clone https://github.com/Konseptt/Rust-Ai-Car_Driving.git
cd Rust-Ai-Car_Driving
cargo build --release
cargo run

Contributions are welcome! Feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.