Basic java implementation of the Conway's Game of Life. Purely console/text based currently.
Java 17 - openJdk
Uses the Gradle Wrapper.
On Mac: ./gradlew clean build
On Windows: gradlew.bat clean build (I think - I work only on Mac)
java -jar build/libs/GameOfLife-1.0-SNAPSHOT.jar