https://github.com/zsarge/cgol-go
Conway's Game of Life, for the terminal, written in Go
https://github.com/zsarge/cgol-go
Last synced: 30 days ago
JSON representation
Conway's Game of Life, for the terminal, written in Go
- Host: GitHub
- URL: https://github.com/zsarge/cgol-go
- Owner: zsarge
- License: mit
- Created: 2021-08-05T18:20:24.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-06T18:38:45.000Z (almost 5 years ago)
- Last Synced: 2025-01-27T14:49:30.735Z (over 1 year ago)
- Language: Go
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cgol-go
Conway's Game of Life, for the terminal, written in Go
---------
I also [translated this into C](https://github.com/zsarge/cgol-c).
---------
`go run src/main.go` =
```
+--------------------------------------------------------------------------------+
| |
| |
| |
| |
| |
| X |
| X |
| XXX |
| |
| |
+--------------------------------------------------------------------------------+
```
... and so on