That's not a "physical" version of game of life -- that's a digital version, like every version, but with bigger pixels.
Conway's Game of Life, in real life
21–30 of 97 posts
Re: Conway's Game of Life, in real life
#22Re: Conway's Game of Life, in real life
#23When I was a teenager, I read a book about assembly language for the commodore and implemented the game of life in a really simple way. I just used the text screen. To switch on a cell, I would put an asterisk ('*') in it. Then I could run my machine code program and it would evolve according to the rules of the game of life.
You could also 4x the resolution by using half- and quarter-block characters from the top half of the ASCII table (or it'd be the PETSCII one i C64 case).
Re: Conway's Game of Life, in real life
#24Re: Conway's Game of Life, in real life
#25Nice. A friend of mine just picked up a Linnstrument, and I’m very tempted to create a Conway’s Game of Life-based musical visualization for it. https://www.rogerlinndesign.com/linnstrument
Re: Conway's Game of Life, in real life
#26Now that would be simulating life witg life.
Re: Conway's Game of Life, in real life
#27I've always wanted something like this board, buttons which can light up (preferably a few colours), to use to make games. Anyone ever found such a board which is hackable / programmable?
Re: Conway's Game of Life, in real life
#28That's not a "physical" version of game of life -- that's a digital version, like every version, but with bigger pixels.
fake edit: yes, kind of: https://www.eurobricks.com/forum/forums/topic/164622-moc-mec...
Re: Conway's Game of Life, in real life
#29Re: Conway's Game of Life, in real life
#30I don't want to build this or pay for it, but I really want to mess with it for an hour.