Skip to content

jakobj/novel-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Novelty search discovers interesting seeds for the Game of Life.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages