Skip to content

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

License

Notifications You must be signed in to change notification settings

SherzodMamadaliev/life4j

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.0%
  • Shell 1.0%