Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
be-next committed Dec 30, 2023
1 parent 0dbddc1 commit e223c00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ One-dimensional Cellular Automaton written in Rust.
---
## Cellular Automata in a Nutshell

> A pixelated universe where simple local rules orchestrate worlds of astonishing complexity.
> _A pixelated universe where simple local rules orchestrate worlds of astonishing complexity._
Cellular automata are mathematical models composed of grids of cells,
each existing in one of several possible states.
Expand All @@ -27,3 +27,5 @@ But for a simple and clear presentation of cellular automata,
read chapter 7 of [Daniel Shiffman](https://en.wikipedia.org/wiki/Daniel_Shiffman)'s
[The Nature of Code](https://natureofcode.com/book/chapter-7-cellular-automata/).

## Why a 1D Cellular Automaton nowadays? :thinking:

0 comments on commit e223c00

Please sign in to comment.