@zidenis http://github.com/zidenis
To run this game of life, simply double click the GoL.jar file.
To download: http://github.com/zidenis/gameOfLifeJ/releases
Use the swing window to run your simulations.
Additional rules can be put in ExtraRules.json file.
For this, you need to use JSON format. E.g.:
{ "rulestring" : "Assimilation", "survivalSet" : [4, 5, 6, 7], "birthSet" : [3, 4, 5] }
To run from console/terminal (try this), use the command bellow:
$ java -jar GoL.jar
