Skip to content

Conway's Game of Life in Java for Department of Computing (Imperial College London)

Notifications You must be signed in to change notification settings

jamalzkhan/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Conway's Game Of Life written in java for a school project.

1. Compile using:$ javac Life.java in the life package
2. Run using:$ java life [-cells]

The cells option allows for a larger grid, if no number is entered then a 30x30 grid will be generated.

Right clicking and Left clicking on the cells changes the colours.

About

Conway's Game of Life in Java for Department of Computing (Imperial College London)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages