2023-12-17 22:24:47 +00:00
|
|
|
---
|
|
|
|
layout: post
|
|
|
|
title: Fifth
|
|
|
|
categories: project
|
2023-12-24 05:00:26 +00:00
|
|
|
tags: [cellular-automata, python]
|
|
|
|
href: "https://git.jrpotter.com/r/fifth"
|
2023-12-18 00:42:45 +00:00
|
|
|
image: conway-gol.jpg
|
2023-12-17 22:24:47 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
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.
|