conways-gol

An implementation of Conway's Game of Life written in C# using WinForms

MIT License

Stars
0
Committers
1

Conway's Game of Life

This project is a C# WinForms implementation of the famous Conway's Game of Life algorithm.

Preview

Features

  • Readable and maintainable code
  • Controls to randomize the grid and to start or stop the simulation
  • Manual and automatic grid initialization
  • Slider to adjust the speed of the simulation
  • Smooth and seemless rendering of the grid and every cell using a picturebox
  • Customizable grid color and cell color
Related Projects