The Game of Life is played on a two-dimensional rectangular grid of cells. Each cell can be either alive or dead.
-
Updated
Jun 14, 2022 - Java
The Game of Life is played on a two-dimensional rectangular grid of cells. Each cell can be either alive or dead.
Java GUI implementation of Conway's Game of Life
Conway's Game of Life implementation in Java
This project is a recreation of Conway's Game of Life, a popular cellular automaton invented by mathematician John Conway, implemented in Java with a Swing-based user interface.
Simple Java and Ruby Implementation with some memory optimization
John Conway's legendary Game Of Live for Java. GUI version made with Swing. Based on a HyperSkill project: https://hyperskill.org/projects/54?track=1
Add a description, image, and links to the game-of-life-java topic page so that developers can more easily learn about it.
To associate your repository with the game-of-life-java topic, visit your repo's landing page and select "manage topics."