https://github.com/jirikostiha/cellular-automaton
Implementation of Conway's Game of Life.
https://github.com/jirikostiha/cellular-automaton
cellular-automaton csharp dotnet game-of-life godot winforms
Last synced: about 2 months ago
JSON representation
Implementation of Conway's Game of Life.
- Host: GitHub
- URL: https://github.com/jirikostiha/cellular-automaton
- Owner: jirikostiha
- Created: 2023-01-06T15:00:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T04:35:24.000Z (about 2 years ago)
- Last Synced: 2025-01-30T23:41:22.449Z (over 1 year ago)
- Topics: cellular-automaton, csharp, dotnet, game-of-life, godot, winforms
- Language: C#
- Homepage:
- Size: 192 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Cellular Automaton


Is implementation of Conway's Game of Life.
## Additional features
### Immortality
An immortal cell, once revived, can no longer die.
### Unviability
An unviable cell, once dead, cannot be revieved.
## Sources
[Wikipedia](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life)
[Plus magazine](https://plus.maths.org/content/cellular-automata)
[ConwayLife.com - Life Lexicon](https://conwaylife.com/ref/lexicon/lex_home.htm)
[ConwayLife.com - patterns forum](https://conwaylife.com/forums/viewtopic.php?f=2&t=2160)
[Game of Life](https://playgameoflife.com/)
[b3s23life blog](http://b3s23life.blogspot.com/)