This is a simple implementation of Conway's Game of Life in Java, made for a school exercise.
The Gradle build system is required to build this project.
To run the game:
gradle run
To run the tests:
gradle test
To spit out a Mac app, run:
gradle build
When developing, use the Game
class to run the GUI version of the game. Run the CLI
class for a text based game of life.
GPLv3