home.social

#gameoflife — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gameoflife, aggregated by home.social.

  1. I just stumbled into the fact that in Conway's Game of Life, if you start with a one cell line, you get a Sierpinski triangle.

    Apparently, one-cell-thick patterns are interesting: conwaylife.com/wiki/One-cell-t

    #gameoflife #golly #fractal #sierpinski

  2. Finally found a reasonably simple UI layer that I could use to animate my GOL (#gameoflife)

    #nannou (docs.rs/nannou/latest/nannou/)

    It's not nearly fast enough for me, but it's a start.

    The package already has a GOL example... but I used my own 'board' crate.

  3. i want to play around with #KnightLife, a #GameOfLife variation where the neighborhood is that of a chess knight.

    i guess i could code it myself but i probably won't. can someone give me a hint on how i can play with it? maybe using #Golly or something?

    there are plenty of oscillators that have been found, but i haven't seen a single spaceship yet.

    oscillators: erich-friedman.github.io/mathm
    are there spaceships?: puzzling.stackexchange.com/que
    from random seed: youtube.com/watch?v=civmpBa_zX (low quality)