saikatbsk / GameOfLife

Simulating Conway's 'cellular automaton'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Game of Life

The 'Game of Life' is a 'cellular automaton', a simulation that shows how a simple beginning can give rise to complex mechanisms. A concept first devised by British mathematician John Horton Conway.

output

Requirements

  • Octave / Matlab / R

Files

  • Octave/life.m - Octave source file. Includes comments.
  • Octave/life_nodoc.m - A copy of the previous file. Does not include any comments.
  • R/life.r - R implementation of the Game of Life.

References

About

Simulating Conway's 'cellular automaton'


Languages

Language:MATLAB 70.4%Language:R 17.3%Language:Objective-C 12.2%