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

https://github.com/y-hatano-github/4-in-a-row-go

CLI game 4-in-a-row (Connect4)
https://github.com/y-hatano-github/4-in-a-row-go

4-in-a-line 4-in-a-row connect4 connect4-ai connect4-ai-game connect4-cli connect4-game console console-game game golang terminal terminal-game

Last synced: 17 days ago
JSON representation

CLI game 4-in-a-row (Connect4)

Awesome Lists containing this project

README

          

# 4-in-a-row-go(Connect Four)
CLI game '4-in-a-row' written in go.

![4inarow](4inarow.gif)

## What is 4-in-a-row?
https://en.wikipedia.org/wiki/Four-in-a-row

## How to get and run the code.
### build version
go1.12.17
### 1st step
Get the code.
```
go get -d github.com/y-hatano-github/4-in-a-row-go
```
### 2nd step
Change directory to the source code directory.
```
cd $GOPATH/src/github.com/y-hatano-github/4-in-a-row-go
```
### 3rd step
Run the code.
```
go run main.go
```

## Win/Mac/Linux binary
https://github.com/y-hatano-github/4-in-a-row-go/releases