Skip to content

y-hatano-github/4-in-a-row-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

4-in-a-row-go(Connect Four)

CLI game '4-in-a-row' written in go.

4inarow

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