Skip to content

jocelynjyl/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GameOfLife

Conway's Game of Life - console only version

Live cells must be manually initialized in Main.java using the setInitial() method with x and y coordinates of cell.

Use the generation() method to progress the game to the next generation.

To print out the current generation to the console, use the printGame() method.

Live cells are represented as * while dead cells are represented as -

About

Conway's Game of Life in Progress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages