/Game-Of-Life-Java

A very simple console implementation of Conway's "game of life" on a fixed size matrix.

Primary LanguageJavaMIT LicenseMIT

Game-Of-Life-Java

A very simple console implementation of Conway's "game of life" on a fixed size matrix.

Updated to support different dimensions.

Added test class for concurrency exercise.