kirichoi / antimony-automata

Conway's Game of Life in Antimony

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

antimony-automata

Conway's Game of Life in Antimony

Copyright (c) 2017 Kiri Choi

Introduction

This is an Antimony representation of Conway's Game of Life.

gosper_glider.txt is a Life 1.06 format representation of Gosper Glider Gun provided as an example.

antimony_creation.py reads Life 1.06 format files and translates it into Antimony equilvalent.

automata.py loads in Antimony model and simulates it to generate set of images.

About

Conway's Game of Life in Antimony

License:MIT License


Languages

Language:Python 100.0%