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.
- 🛠️ Rust-based AI implementation
- 🧠 Basic pathfinding and obstacle avoidance
- 🖥️ Simple GUI for visualization
-
Clone the repository:
git clone https://github.com/Konseptt/Rust-Ai-Car_Driving.git cd Rust-Ai-Car_Driving -
Build the project:
cargo build --release
-
Run the simulation:
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.
