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

14 lines
421 B
Markdown
Raw Normal View History

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).
2024-01-09 23:24:27 +00:00
The parsed CAM is displayed using [matplotlib](https://matplotlib.org). For
instance, this library parses ruleset `B3/S23` and then produces a running
2023-12-17 22:24:47 +00:00
visualization of Conway's Game of Life.