This was a class project. Using java, I created an elementary cellular automaton generator.
Simply open CellularAutomata.java. The console will prompt you to give a rule number. The corresponding pattern will be printed to the console.
Concepts used in this project:
- Getting user input from console
- Do/while loop
- For loop
- Java classes & constructors
- Converting integers to binary strings