Skip to content

Spocin/Game_Of_Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Of Life

Game of life is a cellular automation created by British mathematician John Horton Conway. It is a zero-player game that depends on the initial configuration of the cells. Over generation cells evolve into huge complex shapes or shrink into smaller ones.

Rules

  • Alive cell with two or three alive neighbours survives to the next generation.
  • Dead cell with three alive neighbours becomes alive in next generation.
  • Cell that do not fulfill any of the above rules stays dead.

Requirements

  • Java installed on your machine
  • JavaFX somewhere on your machine

Instalation

  1. In text editor open Artifacts/Game_Of_Life.bat
  2. Replace "INSERT PATH TO JAVAFX/lib HERE" with a path to the folder of JavaFX located on your machine
  3. Save file
  4. Run .bat in order to start programme

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published