Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-05T16:29:45.000Z (10 months ago)
- Last Synced: 2024-11-08T03:40:07.536Z (about 2 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:
![ex1](https://github.com/KroSheChKa/GameOfPyTurtLife/assets/104899233/fda66b2c-085d-4b75-b9c5-e2b596703337)
---
![ex2](https://github.com/KroSheChKa/GameOfPyTurtLife/assets/104899233/8b474131-c5da-4189-a490-4b2c048db63c)
---
![32](https://github.com/KroSheChKa/GameOfPyTurtLife/assets/104899233/7544174c-b855-4e76-a2cd-b74b5c46c24f)
> 32x32 px---
![64](https://github.com/KroSheChKa/GameOfPyTurtLife/assets/104899233/c093dfb5-8acb-4ec3-9649-e6ff858b783a)
> 64x64 px---
![128](https://github.com/KroSheChKa/GameOfPyTurtLife/assets/104899233/6a3e4af6-f07a-4650-b19e-edca35e5846d)
> 128x128 px