Skip to content

A simulation of Conway's Game of Life. Coded in Java, with Swing GUI components. Originally programmed back in Jan 2016, but some small modifications have been made since. How long can tihs label go??????? A simulation of Conway's Game of Life. Coded in Java, with Swing GUI components. Originally programmed back in Jan 2016, but some small modif…

Notifications You must be signed in to change notification settings

lindseyjin/Conway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Conway

Conway's game of life is a "cellular automaton" invented by John Conway that models evolution of systems and complex life forms. This game takes the form of a set of mathetmatical rules.

For populated cells: 0-1 neighbours: "die" and become unpopulated, as if by isolation 3+ neighbours: "die" and become unpopulated, as if by overcrowding

Unpopulated cells: 3 neighbours: become populated

About

A simulation of Conway's Game of Life. Coded in Java, with Swing GUI components. Originally programmed back in Jan 2016, but some small modifications have been made since. How long can tihs label go??????? A simulation of Conway's Game of Life. Coded in Java, with Swing GUI components. Originally programmed back in Jan 2016, but some small modif…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages