Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 317 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 317 Bytes

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