Skip to content

Java implementation of Conway's Game of Life using Swing

Notifications You must be signed in to change notification settings

BradleyHe/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Java implementation of Conway's Game of Life using Swing.

Because of the way the board is implemented, cellular automata may act innacurately when reaching the edges of the board. You can increase the cutout size used in the Board class, but this can impact performance. For optimal performance, turn the grid off when going through iterations.

About

Java implementation of Conway's Game of Life using Swing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages