Skip to content

dnagelCS/ConwaysGameOfLife

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Conway's Game of life is a cellular automaton created by J.H Conway.
The game depicts how complex shapes can be created from simple patterns.
This project uses Java to implement Conway's Game of Life.

To Play

To play, click a few cells on the board, then hit next.

When a cell is clicked, it turns blue and is "Alive". If the cell has less than 2 or more than 3 adjacent alive cells, it will die.
If it has two or three live adjacent cells it will either stay alive or come to life.

Download Executable jar File.

Here are some of the patterns you can create

alt text alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%