Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

mbernson/gameoflife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages