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

https://github.com/reimarpb/gameoflife-win32

A Win32 implementation of Conway's game of life in C
https://github.com/reimarpb/gameoflife-win32

Last synced: 9 months ago
JSON representation

A Win32 implementation of Conway's game of life in C

Awesome Lists containing this project

README

          

# GameOfLife-Win32

A Win32 implementation of Conway's game of life in C

![Screenshot](screenshot.png)

## Controls
- **Left Click:** Toggle cell
- **Space:** Pause
- **Right Arrow:** Next generation
- **Up/Down Arrow:** Increase/decrease speed
- **R:** Reset
- **G:** Toggle grid

## Building

Open the folder in [Visual Studio Developer Command Prompt](https://docs.microsoft.com/en-us/visualstudio/ide/reference/command-prompt-powershell) and run `nmake`