Skip to content

A GUI implementation of Conway's Game of Life in Java.

Notifications You must be signed in to change notification settings

johnvinh/conways-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Conway's Game of Life is a cellular automaton devised by the British mathematician John Horton Conway in 1970. The user provides an initial input of 'alive' cells and the game automatically evolves based on the rules. This is an implementation of the simulation using Java Swing.

Preview

A simulation in progress.

About

A GUI implementation of Conway's Game of Life in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages