An open API service indexing awesome lists of open source software.

https://github.com/emadehsan/life

Game of Life
https://github.com/emadehsan/life

cellular-automata game-of-life manim python

Last synced: 5 months ago
JSON representation

Game of Life

Awesome Lists containing this project

README

          

# Game of Life

[![YouTube video thumbnail](https://img.youtube.com/vi/qcbwzWlltNc/0.jpg)](https://www.youtube.com/watch?v=qcbwzWlltNc)

This code simulates Conway's Game of Life into a video
using [manim](https://github.com/3b1b/manim/).

## Setup
* Clone this repository
* Install [manim](https://github.com/3b1b/manim/)
* Run `manimgl app.py AppLife`

## Create a video
Run
```bash
manimgl app.py AppLife -o
```

## Further reading
* [Game of Life](https://en.wikipedia.org/wiki/Conway's_Game_of_Life)
* [manim - Mathematical Animations Library by 3b1b](https://github.com/3b1b/manim/)