Skip to content

Java Implementation with readPatternFromFile method that animates any "%.LIF" file passed into the program

Notifications You must be signed in to change notification settings

gdlow/conways-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conways-game-of-life

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

About

Java Implementation with readPatternFromFile method that animates any "%.LIF" file passed into the program

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages