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

https://github.com/umarquez/golanggol

Golang Conway's GOL implementation using engo engine
https://github.com/umarquez/golanggol

Last synced: about 1 year ago
JSON representation

Golang Conway's GOL implementation using engo engine

Awesome Lists containing this project

README

          

# GolangGOL
Golang Conway's GOL implementation using [_engo_](https://engo.io/) engine.

## Prerequisites
### Setup [engo](https://engo.io/) engine
```shell
go get -u engo.io/engo
```

## Setup
```shell
go get github.com/umarquez/GolangGOL
go build github.com/umarquez/GolangGOL
```
## Run
### Windows
```shell
GolangGOL.exe
```

### Linux
```shell
./GolangGOL
```

## Contact
**tw:** [@umarquez](https://www.twitter.com/umarquez)