Skip to content

garrettrowell/Final_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

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

About

Java implementation of Conways Game of Life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages