Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T04:35:24.000Z (10 months ago)
- Last Synced: 2024-12-03T21:41:38.842Z (2 months 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
![Build workflow](https://github.com/jirikostiha/cellular-automaton/actions/workflows/build.yml/badge.svg)
![GitHub repo size](https://img.shields.io/github/repo-size/jirikostiha/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/)