Skip to content

cforler/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

This is a swing based implementation of Conway's Game of Life.

Build an run the application (jar file)

$ make 

Run the application (jar-file

$ make run

Alternativ approach

$ java  -jar GameOfLife.jar

Usage

$ java  -jar GameOfLife.jar <initial population in precent>

Example

$ java  -jar GameOfLife.jar 10

At the beginning (zeroth generation) each cell has a 10 percent chance to be alive. The default value is 20 percent.

About

Swing based implementation of Conway's Game of Life

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors