Skip to content

A simple, test driven implementation of Game of Life with a console runner

Notifications You must be signed in to change notification settings

njanor/game-of-life-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

A Java console implementation with the following features:

  • Infinite grid (well, probably exception after Integer.MAX_VALUE/Integer.MIN_VALUE
  • Static viewport (0,0 to 19,19)
  • Runs until you stop it

How to run

gradle run -Dargs="<list of coordinates that should be alive as seed>"

The list of coordinates are simple tuples, separated by comma, e.g.: (1, 1), (-2, 40)

About

A simple, test driven implementation of Game of Life with a console runner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages