mbernson / gameoflife

Uni programming exercise: Game of life in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Uni programming exercise: Game of life in Java

License:GNU General Public License v2.0


Languages

Language:Java 100.0%