garrettrowell/Final_Project
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Java Implementation of Conways Game of Life. Game Rules: 1) Any live cell with fewer than two live neighbors dies 2) Any live cell with two or three neighbors lives on to the next generation 3) Any live cell with more than three live neighbors dies 4) Any dead cell with more than three live neighbors becomes a live cell Branches: master - Houses code that will be submitted upon completion garrett_test - code that garrettrowell is working on implementing jacob_test - code that jacob454 is working on implementing