Stargazer123/GameOfLife
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Conway's Game of Life Go to install directory: Compile: mvn clean install Run command line: java -jar "target/GameOfLife-1.0-SNAPSHOT-jar-with-dependencies.jar" or java -cp "target/GameOfLife-1.0-SNAPSHOT-jar-with-dependencies.jar" com.crazedout.gol.gui.GameOfLife Run GUI: Dubble click on file "target/GameOfLife-1.0-SNAPSHOT-jar-with-dependencies.jar" A simple implementation: java -cp "target/GameOfLife-1.0-SNAPSHOT-jar-with-dependencies.jar" com.crazedout.gol.gui.SimpleGol