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

https://github.com/nhathout/gameoflife

A Windows Forms implementation of Conway’s Game of Life with step-through, start/stop, and click-to-edit cells.
https://github.com/nhathout/gameoflife

csharp windows-forms

Last synced: 2 months ago
JSON representation

A Windows Forms implementation of Conway’s Game of Life with step-through, start/stop, and click-to-edit cells.

Awesome Lists containing this project

README

          

# GameOfLife

*A fully interactive C# /.NET Windows Forms recreation of Conway’s classic cellular-automaton.*

![Screenshot of the running form](images/lab5.png)

## At a Glance
- **50 × 25 grid** (20 px cells)
- **Draw with the mouse:** left-click toggles cells **on**, right-click toggles **off**
- **One-shot step**, **continuous play**, **stop**, and **clear** controls
- Built-in **timer** (1 s interval) for smooth animation
- Double-buffered rendering for flicker-free graphics

## Getting Started

### Prerequisites
- Visual Studio 2022 (or later) with the **.NET Desktop Development** workload
- .NET Framework 4.8 (or retarget to any Windows Forms-capable framework)