Skip to content

nicmr/rustycells

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rustycells

A Basic cellular automaton in Rust

What it does

Generates one-dimensional cellular automata, processes their evolution to the next generation and prints them to the screen.

How to run

git clone https://github.com/nicmr/rustycells.git
cd rustycells
cargo run

By default, it will first print 10 generations of the Sierpinski triangle to the screen, then 10 generations of a randomly generated vector.

About

A cellular automaton in Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages