CLI game '4-in-a-row' written in go.
https://en.wikipedia.org/wiki/Four-in-a-row
go1.12.17
Get the code.
go get -d github.com/y-hatano-github/4-in-a-row-go
Change directory to the source code directory.
cd $GOPATH/src/github.com/y-hatano-github/4-in-a-row-go
Run the code.
go run main.go