Skip to content

Basic java implementation of the Conway's Game of Life. Purely console/text based currently.

Notifications You must be signed in to change notification settings

kmandeville/GameOfLife

Repository files navigation

GameOfLIfe

Basic java implementation of the Conway's Game of Life. Purely console/text based currently.

Prerequisites:

Java 17 - openJdk

How to build:

Uses the Gradle Wrapper.

On Mac: ./gradlew clean build

On Windows: gradlew.bat clean build (I think - I work only on Mac)

To run after building:

java -jar build/libs/GameOfLife-1.0-SNAPSHOT.jar

About

Basic java implementation of the Conway's Game of Life. Purely console/text based currently.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages