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.