portfolio/_posts/2015-06-20-fifth.md

14 lines
439 B
Markdown

---
layout: post
title: Fifth
categories: project
tags: [cellular-automata, python]
href: "https://git.jrpotter.com/r/fifth"
image: conway-gol.jpg
---
A library for parsing various rulesets for cellular automata machines (CAMs).
The parsed CAM is displayed using [matplotlib](https://matplotlib.org){:target="_blank"}.
For instance, this library parses ruleset `B3/S23` and then produces a running
visualization of Conway's Game of Life.