Java Implementation with readPatternFromFile method that animates (in a GUI) any "%.LIF" file passed into the program
TO RUN AND COMPILE FROM src FILE:
Run the class GameOfLifeApp.java with relevant fileName
tag
For example, in main
method: new GameOfLifeApp("VENETIAN.LIF");
TO RUN COMPILED CLASS FROM TERMINAL:
From root directory: java -cp out/production/cgol cgol.GameOfLifeApp --fileName
For example: java -cp out/production/cgol cgol.GameOfLifeApp AQUA20.LIF