https://github.com/rajiv-k/gol
Conway's Game of Life
https://github.com/rajiv-k/gol
conways-game-of-life
Last synced: 2 months ago
JSON representation
Conway's Game of Life
- Host: GitHub
- URL: https://github.com/rajiv-k/gol
- Owner: rajiv-k
- Created: 2024-08-22T18:59:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T19:06:04.000Z (10 months ago)
- Last Synced: 2025-02-08T16:13:05.695Z (4 months ago)
- Topics: conways-game-of-life
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gol
A simple implementation of Conway's Game of Life.
Ref: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
## Build
```console
$ make gol
```## Run
```console
$ ./gol testdata/glider_light.txt
```