Skip to content

zidenis/gameOfLifeJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

v1.0 - 06/12/2014

@zidenis http://github.com/zidenis

To run this game of life, simply double click the GoL.jar file.

To download: http://github.com/zidenis/gameOfLifeJ/releases

Use the swing window to run your simulations. GUI Additional rules can be put in ExtraRules.json file. For this, you need to use JSON format. E.g.:

{ "rulestring" : "Assimilation", "survivalSet" : [4, 5, 6, 7], "birthSet" : [3, 4, 5] }

To run from console/terminal (try this), use the command bellow:

$ java -jar GoL.jar

This way you will also see the "game grid" on terminal. Console UI

About

Game of Life (Conway and Extra Rules)

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages