A declarative implementation of an elementary cellular automaton using functional programming. As is standard in functional programming, the program doesn't contain any loops and all variables are immutable
The project is created solely with Python and has no other dependencies. This was a very fun challenge that showed me a new way of thinking and gave me a new perspective on programming
Check out the GitHub repository for this project here: functional-elementary-cellular-automaton
The pattern that rule 62 makes
The pattern that rule 167 makes