Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nerotheum/conways-gol

An implementation of Conway's Game of Life written in C# using WinForms
https://github.com/nerotheum/conways-gol

conways-game-of-life csharp game-of-life winforms

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Conway's Game of Life
This project is a C# WinForms implementation of the famous [Conway's Game of Life algorithm](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life).

## Preview
preview

## Features
- [X] Readable and maintainable code
- [X] Controls to randomize the grid and to start or stop the simulation
- [X] Manual and automatic grid initialization
- [X] Slider to adjust the speed of the simulation
- [X] Smooth and seemless rendering of the grid and every cell using a picturebox
- [X] Customizable grid color and cell color