Differences between revisions 19 and 20
Revision 19 as of 2007-03-09 09:03:17
Size: 660
Comment:
Revision 20 as of 2007-03-09 09:04:02
Size: 667
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
== Title 2 == == External links ==

John Conways`s "Game of Life"

This function takes a boolean matrix as argument and returns a boolean matrix with the new generation.

  ∇ nextGeneration←Life currentGeneration
[1] ⍝⍝ Take a matrix of Booleans and returns one
[2]  nextGeneration←↑1 currentGeneration∨.∧3 4=+/,¯1 0 1∘.⊖¯1 0 1∘.⌽⊂currentGeneration


CategoryShowcases

GameOfLife (last edited 2015-01-28 19:11:48 by KaiJaeger)