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#
- Host: GitHub
- URL: https://github.com/thisisnttheway/cs_conway_gol
- Owner: ThisIsntTheWay
- Created: 2021-09-10T09:17:32.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-24T12:36:57.000Z (over 4 years ago)
- Last Synced: 2025-03-06T12:16:05.563Z (over 1 year ago)
- Language: C#
- Size: 655 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

*Board simulation in progress.*

*Interactively editing board.*