Automata: Like the Game of Life, but with violence
11–20 of 72 posts
It would be a neat feature to allow us to upload an image of the right size as a seed for the game
Re: Automata: Like the Game of Life, but with violence
#12Without pausing, just by rapidly adding pink cells at the borders between two colours, it is possible to make one of them go extinct.
Re: Automata: Like the Game of Life, but with violence
#13Hmm in some scenarios the colours would really benefit from forming an alliance... :) It's fun to watch how different stories unfold.
Re: Automata: Like the Game of Life, but with violence
#14Surprisingly interesting to play and watch. I would like more tools to add cells(mspaint-like)
Re: Automata: Like the Game of Life, but with violence
#15Surprisingly interesting to play and watch. I would like more tools to add cells(mspaint-like)
Indeed; I found that trying to help a side by adding to its numbers near to its borders typically resulted in that side dying off faster... unexpected.
Re: Automata: Like the Game of Life, but with violence
#16Sugarscape is another interesting cellular automata model.
Re: Automata: Like the Game of Life, but with violence
#17Ooh! Awesome :)
I've got some similar demos for rileyjshaw.com/terra that I haven't thrown up yet, I'll see if I get a chance to this week. One fun advantage of doing this in Terra is that it supports periodic boundaries (meaning that there aren't any "safe" edges)
Re: Automata: Like the Game of Life, but with violence
#18This game is quite different from Conway's Game of Life because it's not deterministic. During a turn, cells will rely on Math.random to find whether to move or divide; the direction that the cell move into is also randomized.
Re: Automata: Like the Game of Life, but with violence
#19There is something wrong with the game, the sum of the number of cells of each color is not constant.
Also it for some reason got almost impossible to paint the board one color; beginning was easy enough. A splash was enough. Somehow the "end-game" is nearly impossible to complete. The very frustrating input method does not help the least.
Otherwise, nice idea!
Re: Automata: Like the Game of Life, but with violence
#20Sugarscape is another interesting cellular automata model. http://en.wikipedia.org/wiki/Sugarscape
I implemented sugarscape some years ago and my findings contradicted the thesis of the book; instead of having some robust emergent results (like a Pareto distribution of wealth, IIRC), the results presented in the book could only be produced by carefully tweaking some parameters of the simulation. Furthermore, when implementing sugarscape I realized that the book didn't even specify what values were used for those parameters. While that shouldn't matter if the effects were robust, they were not. Unfortunately I don't remember the exact results, but I hope to look into this again when I have more free time. In sum, I thought the book was very interesting, but was quite disappointed when I tried to replicate (and extend) the experiments. Such is science... :-)