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

13 lines
399 B
Markdown
Raw Normal View History

2023-12-17 22:24:47 +00:00
---
layout: post
title: Fifth
categories: project
tags: [python]
href: "https://github.com/jrpotter/fifth"
---
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.