Skip to content

Implementation of 1D cellular automata in Java

Notifications You must be signed in to change notification settings

willyfh/1d-cellular-automata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f70c90e · Apr 17, 2019

History

3 Commits
Apr 17, 2019
Apr 17, 2019

Repository files navigation

1D Cellular Automata

one-dimensional cellular automata with two possible states


How to use the program

Prerequisite: Java installed

  1. Compile OneDCellularAutomata.java

    javac OneDCellularAutomata.java

  2. Execute the program

    java OneDCellularAutomata

  3. The program will be running, and you can start to input radius, rule, and starting condition.

Releases

No releases published

Packages

No packages published

Languages