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)
- Host: GitHub
- URL: https://github.com/y-hatano-github/4-in-a-row-go
- Owner: y-hatano-github
- License: mit
- Created: 2019-04-10T07:46:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-28T07:40:03.000Z (over 2 years ago)
- Last Synced: 2024-06-20T15:03:38.982Z (over 1 year ago)
- Topics: 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
- Language: Go
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 4-in-a-row-go(Connect Four)
CLI game '4-in-a-row' written in go.

## 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