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
- Host: GitHub
- URL: https://github.com/reimarpb/gameoflife-win32
- Owner: ReimarPB
- Created: 2022-05-07T15:37:08.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-26T21:37:58.000Z (over 3 years ago)
- Last Synced: 2025-02-24T06:47:26.031Z (over 1 year ago)
- Language: C
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GameOfLife-Win32
A Win32 implementation of Conway's game of life in C

## 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`