Skip to content

tomdaly/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

game-of-life

Java 8 Game of Life

Assumptions

  • Live cells are to be randomly placed initially, not placed by user
  • Game must fit within user's screen
  • Game may need to be paused/stepped to view evolutions

Executable

Run game-of-life.jar in main directory with JDK8+ installed

(c) Tom Daly 2018