Skip to content

asponring/CellularAutomata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CellularAutomata

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:

  1. Getting user input from console
  2. Do/while loop
  3. For loop
  4. Java classes & constructors
  5. Converting integers to binary strings

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages