This project is a simulation of the classic Snake Game with a twist: the snake is controlled by an AI that evolves over time using a genetic algorithm. The goal is to make the snake smarter, allowing it to grow and avoid obstacles more efficiently with each generation.
git clone https://github.com/DavvveN/snake-ai.git --recursive
cd snake-ai
cargo run