/gameoflife

Uni programming exercise: Game of life in Java

Primary LanguageJavaGNU General Public License v2.0GPL-2.0

Game of Life

This is a simple implementation of Conway's Game of Life in Java, made for a school exercise.

Prerequisites

The Gradle build system is required to build this project.

Running and testing

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.

License

GPLv3