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

https://github.com/thisisnttheway/cs_conway_gol

Conway's Game Of Life in C#
https://github.com/thisisnttheway/cs_conway_gol

Last synced: about 1 year ago
JSON representation

Conway's Game Of Life in C#

Awesome Lists containing this project

README

          

# Conway's Game Of Life
An implementation of Conway's Game Of Life as a WinForms application in C#.

Has the following features:
- Simulation of board sizes up to 100x100px.
- Random board generation.
- Using the advanced algorithm "Random()"
- (Persistent) customization options:
- Speed of simulaion
- Speed of renderer
- Grid rendering
- On-the-fly board mutation.

Config files are saved as .json in the binary root directory.

### Preview
![](https://i.imgur.com/rMo9ytp.png)
*Board simulation in progress.*

![](https://i.imgur.com/kIVaJNH.png)
*Interactively editing board.*