Skip to content

πŸ”Ÿ Implementation of Rule 90 cellular automaton

License

Notifications You must be signed in to change notification settings

neelkamath/rule-90

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Rule 90

An implementation of the Rule 90 cellular automaton.

Installation

  1. Install Kotlin 1.3
  2. Clone the repository using one of the following methods.
    • SSH: git clone git@github.com:neelkamath/rule-90.git
    • HTTPS: git clone https://github.com/neelkamath/rule-90.git
  3. cd rule-90
  4. Compile: kotlinc Main.kt -include-runtime -d main.jar

Usage

java -jar main.jar <CELLS>, where <CELLS> is an integer greater than 1 denoting the number of cells the initial randomly generated array should contain

License

This project is under the MIT License.

About

πŸ”Ÿ Implementation of Rule 90 cellular automaton

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages