An open API service indexing awesome lists of open source software.

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

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