Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 606 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 606 Bytes

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.