https://github.com/kroshechka/gameofpyturtlife
Cellular Automata created in Python using a single module - Turtle
https://github.com/kroshechka/gameofpyturtlife
cellular-automata cellular-automaton game-of-life game-of-life-python turtle-python
Last synced: 9 months ago
JSON representation
Cellular Automata created in Python using a single module - Turtle
- Host: GitHub
- URL: https://github.com/kroshechka/gameofpyturtlife
- Owner: KroSheChKa
- License: mit
- Created: 2024-03-04T17:52:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-05T16:29:45.000Z (over 1 year ago)
- Last Synced: 2024-12-30T16:54:30.921Z (11 months ago)
- Topics: cellular-automata, cellular-automaton, game-of-life, game-of-life-python, turtle-python
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GameOfPyTurtLife
Cellular Automata created in Python using a single module - Turtle. (module Random for generating start canvas)
Idea: make the Game Of Life as fast as possible in pure python
How does the image appears?
Method to draw a line:

---

---

> 32x32 px
---

> 64x64 px
---

> 128x128 px