Skip to content

Commit b374294

Browse files
Create README.md
1 parent c5bec64 commit b374294

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# 4-in-a-row-go
2+
CLI game '4-in-a-row' written in go.
3+
4+
## What is 4-in-a-row?
5+
https://en.wikipedia.org/wiki/Four-in-a-row
6+
7+
## How to get and run the code.
8+
### 1st step
9+
Get the code.
10+
```
11+
go get -d github.com/y-hatano-github/4-in-a-row-go
12+
```
13+
### 2nd step
14+
Change directory to the source code directory.
15+
```
16+
cd $GOPATH/src/github.com/y-hatano-github/4-in-a-row-go
17+
```
18+
### 3rd step
19+
Run the code.
20+
```
21+
go run main.go
22+
```
23+

0 commit comments

Comments
 (0)