Skip to content

Stargazer123/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages