Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nerotheum/conways-gol
- Owner: Nerotheum
- License: mit
- Created: 2024-07-26T16:43:52.000Z (6 months ago)
- Default Branch: dev
- Last Pushed: 2024-08-12T17:31:30.000Z (6 months ago)
- Last Synced: 2024-10-14T04:41:54.820Z (4 months ago)
- Topics: conways-game-of-life, csharp, game-of-life, winforms
- Language: C#
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## 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