Library for the implementation of Conway's Game of Life with the ability to read/write coordinates using RLE algorithm.
Maven
<dependency>
<groupId>com.github.perfectstorms</groupId>
<artifactId>life4j</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
Gradle
implementation 'com.github.perfectstorms:life4j:1.0-SNAPSHOT'
See the code for this console application here. .
For any problems, comments, or feedback please create an issue here.
This software is released under the Apache-2.0.