Skip to content

QuantumEPR/conwaysgameoflife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life (JAVA Implementation)

Contributor: Zhewen Zheng, Yuchen Shao(Winnie)

Introduction

Game Rules

For a space is "populated"

Each cell with one or no neighbours dies, as if by solitude
Each cell with four or more neighbours dies, as if by overpopulation
Each cell with two or three neighbours survives

For a space is "empty or unpopulated"

Each cell with three neighbours becomes populated

About

Java implementation of Conway's Game Of Life

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages