Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
y-hatano-github authored Apr 10, 2019
1 parent c5bec64 commit b374294
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 4-in-a-row-go
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.
### 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
```

0 comments on commit b374294

Please sign in to comment.