Skip to content

mihaben/gameoflife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life done with Javascript

The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970.[1]

The "game" is a zero-player game, 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, or, for advanced "players", by creating patterns with particular properties. (Wikipedia)


This solution has been done usin HTML, CSS and plain JavaScript, without any additional libraries.

About

John Conway's Game of Life done with plain JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published