Skip to content

ThisIsntTheWay/cs_conway_gol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

106 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Conway's Game Of Life in C#

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages