Skip to content

Krieger-m/Game_of_life_FX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game_of_life_FX

visualization of Conway's Game-of-life cellular automaton.

this project is built using JavaFX

The rules:

  • Any live cell with fewer than two live neighbours dies, as if by underpopulation.

  • Any live cell with two or three live neighbours lives on to the next generation.

  • Any live cell with more than three live neighbours dies, as if by overpopulation.

  • Any dead cell with exactly three live neighbours becomes a live cell, as if by reproduction.

Feel free to explore and make your own configurations

About

visualization of Conway's game-of-life celular automaton

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors