I wonder what the smallest molecules/things are that could be used to make a real game of life? Could you do it with bacteria? Surely not viruses or amino acids?
Recursive Game of Life
101–110 of 123 posts
Re: Recursive Game of Life
#102Re: Recursive Game of Life
#103Re: Recursive Game of Life
#104Doesn't work in Firefox Uncaught Object { message: "assertion error", stack: "C@ https://oimo.io/works/life/main.js:31:459\nze@https://oimo.i... , g: {…}, value: "assertion error" } main.js:37:66
Firefox Android, ok.
Re: Recursive Game of Life
#105Wow! At the speed of around 0.15 you can see all the relevant computations: Every few seconds three glider triples get sent out, obviously directly representing the 9 neighboring cells. These interact with some lane shifting and 90 degree reflections. In the process these "byte" may lose a glider or two, representing the result of the game of life computation. Then you can see a fuse burn down, then a single glider m…
Re: Recursive Game of Life
#106This is really great. I would like to use it as a visual backdrop on a big screen when playing DJ sets. I see that it enters a permanently zooming out mode when I zoom out fast, would be awesome if the zoom control disappears when it enters that mode so that it just displays the game of life itself and no UI elements.
Make a greasemonkey script and Bob's yer uncle! :)
Re: Recursive Game of Life
#107Second, judging from the author's github [0], I'm guessing this was made in Haxe [1], which is a language often used to make games. I'd looked at Haxe before, but I hadn't realized that it has a lot of Ocaml-like features. I think I need to give it a try on my next prototype project!
Re: Recursive Game of Life
#108Re: Recursive Game of Life
#109Wow! At the speed of around 0.15 you can see all the relevant computations: Every few seconds three glider triples get sent out, obviously directly representing the 9 neighboring cells. These interact with some lane shifting and 90 degree reflections. In the process these "byte" may lose a glider or two, representing the result of the game of life computation. Then you can see a fuse burn down, then a single glider m…
Did you zoom yet?