Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 897 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 897 Bytes

novel-life

Novelty search discovers interesting seeds for the Game of Life.

An interesting pattern in Game of Life

Usage

cd novel-life
cargo run --release

(assuming cargo is installed)

If you don't get any output, novelty search hasn't found an "interesting" pattern. Just run it again.

Help

cargo run --release -- --help

What does "interesting" mean?

Interesting is currently defined as more than 20 alive cells and 10 symmetric pairs (two cells that appear equally far from the middle of the universe in one row) at the end of the simulation. There's no deeper meaning to these settings, but they result in patterns that are somewhat pleasing to observe. Feel free to get creative here!