https://github.com/ecshreve/lifey
conway's game of life in go
https://github.com/ecshreve/lifey
conways-game-of-life go tview
Last synced: 3 months ago
JSON representation
conway's game of life in go
- Host: GitHub
- URL: https://github.com/ecshreve/lifey
- Owner: ecshreve
- Created: 2020-10-10T20:24:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T06:23:44.000Z (over 4 years ago)
- Last Synced: 2025-02-01T18:44:03.882Z (5 months ago)
- Topics: conways-game-of-life, go, tview
- Language: Go
- Homepage:
- Size: 11.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lifey
`lifey` is an implementation of [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) in Go.
## Usage
- clone the repo
```{bash}
git clone https://github.com/ecshreve/lifey.git
```- build and run the project
```{bash}
cd lifey
make run
```## Demo
