efrence / game_of_life_js

Almost direct Ruby to js translation from https://github.com/efrence/game_of_life

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conway's Game of Life

Description

The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.[1] It is a zero-player game,[2][3] meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves. It is Turing complete and can simulate a universal constructor or any other Turing machine.

Project setup

npm install

Run

node index.js

Rules - Expected behaviour

See Wikipedia entry.

About

Almost direct Ruby to js translation from https://github.com/efrence/game_of_life


Languages

Language:JavaScript 100.0%