Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 346 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 346 Bytes

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.