Skip to content

Explore the world of cellular automata in both 1-D (Generation Stacking) and 2-D (Game of Life) with an interactive GUI.

Notifications You must be signed in to change notification settings

DSD3V/Cellular-Automata-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cellular Automata Simulator

Explore the world of cellular automata with a customizable simulation of cells that evolve immense complexity based on a finite set of simple rules through both 1-D Generation Stacking and 2-D Game of Life.

1d 2d

What You Can Do:

  • Select a ruleset between 0 and 255
  • Select a starting generation (default, random, or alternating)
  • Set colors for live cells and dead cells, respectively
  • Set the number of cells per generations (less cells = each cell is larger and rendering is faster, more cells = each cell is smaller and rendering is slower)
  • Pause and/or resume the simulation at any time
  • Reset the simulation at any time
  • Activate Cycle Mode to see the simulation cycle through different rulesets, colors, and numbers of cells per generation automatically
  • Select a starting board (default, random, or empty)
  • Set colors for live cells and dead cells, respectively
  • Set the number of cells per row of the board (less cells = each cell is larger and rendering is faster, more cells = each cell is smaller and rendering is slower)
  • Pause and/or resume the simulation at any time
  • Reset the simulation at any time
  • Activate Cycle Mode to see the simulation cycle through different colors and numbers of cells per row automatically
  • Left click to revive dead cells, right click to kill live cells at any time during the simulation

How To Run The Program:

Windows:

Note: This program does not support MacOS, Linux, or Mobile.

About

Explore the world of cellular automata in both 1-D (Generation Stacking) and 2-D (Game of Life) with an interactive GUI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published