Implementaion of Conways game of life
https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
To run clone the repo and make sure you have maven and java installed.
- run mvn package
- navigate to target dir
- run the following command: java -jar game-of-life-1.0-SNAPSHOT.jar