Game of Life revisited
About 1 year ago I wrote my first Game of Life application, and I still find it quite fascinating. The Game of Life produces seemingly random output, but when you give it some time patterns will start to emerge. I was wondering if these patterns could be put to some useful purpose and after a while I came up with the idea to make those patterns create music. Unfortunately I am not a musician and I do not know a lot about creating music. So this will be a process with a lot of trial and error, but at least the basic Game of Life is running:
The next step is finding a way to make music based on the Game of Life patterns, without just creating a stream of random sounds. I was thinking about using blocks, the more cells that are active in a block, the more intense the instrument attached to the block is playing. But again, I do not know a lot about creating music, so your suggestions are greatly appreciated.
Share
Comments (2)
Wessel Rossing
2010-06-25 22:13:48
@Richard, I think you are right. I have an update almost ready and I will accompany it some examples. Thanks!
Richard
2010-06-24 22:57:37
Personally I find it hard to find the right patterns for the Game of Life. You might want to make it more accessible by giving eample patterns that produce a specific rhythm/beat.