Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 779 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 779 Bytes

larking

An experiment with Rust, Webassembly and genetic algorithms.

Building

Why ?

This and rusticade were made as part of my journey learning Rust. Patryk27 has an amazing series of posts describing the mathematics and the implementation of genetic algorithms. Highly recommned!

Future Steps

I plan to add another species (maybe a predator) to see how they coevolve. I might add more traits like speed, size, sight, etc and let the user experiment with those too.

License

This project is based of Patryk27's shorelark repo which is licensed under the MIT license. The license notice is available in the LICENSE file.