Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1019 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 1019 Bytes

Life4J

Build Status

Library for the implementation of Conway's Game of Life with the ability to read/write coordinates using RLE algorithm.

Install

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'

Demo

See the code for this console application here. Run Life4j from console.

Contribute

For any problems, comments, or feedback please create an issue here.

License

This software is released under the Apache-2.0.