Skip to content

rluceropdx/cs523-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rule-110: ASCII Implementation of the Rule 110 Elementary Cellular Automaton (CA).

Farani "Rani" Lucero 2025

This program accepts the first row as an input. If it doesn't meet needed specifications, a default first row is used. It is written in Rust. Run it with

cargo run --release

To generate 25 rows instead of 10 by default use:

cargo run --release 25

To customize the initial row include a different string in quotes like so:

cargo run --release "**..**.."

Another example:

cargo run --release "*.*.**.." 100

Acknowledgments

Chat GPT helped with converting Vector to [bool; 8] as well as unwrapping Option. Also helped to demonstrate examples of Rust tests.

I used Bart Massey's LICENSE.txt as example for mine.

License

This work is made available under the "Apache 2.0 or MIT License". See the file LICENSE.txt in this distribution for license terms.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages