Skip to content

mattiaspalmgren/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Game of life

Game of life visualised with system output. * represents alive cells, and . dead ones.

How to run

Generate and run jar file with the size of the world and initial alive positions as input parameters. For brevity quadratic worlds are assumed, so the first input argument represents the size of full world.

Example: java -jar NAME.jar 6 1,1 2,1 1,2 4,3 3,4 4,4

About

A java implementation of game of life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages