Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/)