Skip to content

CallToPowerGames/jGameOfLife

Repository files navigation

jGameOfLife

Conway's Game of Life implementation.

Rules

Active cells

  • Each cell with one or no neighbors dies
  • Each cell with four or more neighbors dies
  • Each cell with two or three neighbors survives.

Inactice cells

  • Each cell with three neighbors becomes populated.

Copyright

(C) 2016-2023 Denis Meyer

Features

  • "Live" update cells via mouse click while game is running
  • Different generation speeds
  • Manual next generation
  • Configurable field size
  • Import & Export patterns
  • Example patterns (under "patterns")

Screenshot

Screenshot

Screenshot - xkcd Conway

Prerequisites for development

  • Java 17
  • Gradle 7.3.3

About

Conway's Game of Life implementation.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages