https://github.com/ermanimer/gameoflife
Conway's Game Of Life Implementation In Go
https://github.com/ermanimer/gameoflife
Last synced: 5 months ago
JSON representation
Conway's Game Of Life Implementation In Go
- Host: GitHub
- URL: https://github.com/ermanimer/gameoflife
- Owner: ermanimer
- License: mit
- Created: 2022-06-18T13:45:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-12T15:59:40.000Z (almost 4 years ago)
- Last Synced: 2024-06-19T11:37:46.935Z (about 2 years ago)
- Language: Go
- Homepage:
- Size: 47.9 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gameoflife
[](https://github.com/ermanimer/gameoflife/actions/workflows/go.yml)
[](https://goreportcard.com/report/github.com/ermanimer/gameoflife)
Implementation of [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) in Go.
*Works only on Unix-like systems.*
# Instalation
```zsh
go install github.com/ermanimer/gameoflife@latest
```
# Help
```zsh
gameoflife -h
```
# Sample Usage
Run gameoflife with input filename **./inputs/pulsar.txt** and with **2 fps** playback speed.
```zsh
gameoflife -i ./inputs/pulsar.txt -s 2
```
# Sample Output
