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
- Host: GitHub
- URL: https://github.com/umarquez/golanggol
- Owner: umarquez
- Created: 2017-06-08T09:38:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-08T11:06:34.000Z (about 9 years ago)
- Last Synced: 2025-02-09T04:25:37.720Z (over 1 year ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)