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
- Host: GitHub
- URL: https://github.com/emadehsan/life
- Owner: emadehsan
- License: mit
- Created: 2022-04-12T18:59:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T16:42:05.000Z (over 3 years ago)
- Last Synced: 2025-04-06T17:05:57.557Z (6 months ago)
- Topics: cellular-automata, game-of-life, manim, python
- Language: Python
- Homepage: https://youtu.be/qcbwzWlltNc
- Size: 14.6 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Game of Life
[](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/)