Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 561 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 561 Bytes

Snake v01

Rust

Implementation of Genetic Algorithm and Q-Learning for creating a Snake AI in Rust.

This has been an attempt at learning the Rust language, and using it as a way to learn some concepts of Machine Learning, Data Parallelism, and Game Design.

Demo

Demo GIF

How to play

$ git clone https://github.com/const-i/snake_01.git
$ cd snake_01
$ cargo run

License

See the LICENSE file for license rights and limitations.