Skip to content

Creating John Conway's Game of Life. Provided with Driver.java that displays the board. Tasked with implementing GameOfLife.java, receives text input to create the 2D array board, methods that identify alive cells and their neighbors, computing the grid's new generations following the game’s rules, and count # communities using weighted-qucik-union

Notifications You must be signed in to change notification settings

ShanM5/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

About

Creating John Conway's Game of Life. Provided with Driver.java that displays the board. Tasked with implementing GameOfLife.java, receives text input to create the 2D array board, methods that identify alive cells and their neighbors, computing the grid's new generations following the game’s rules, and count # communities using weighted-qucik-union

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages