Skip to content

Commit

Permalink
fix bugs..
Browse files Browse the repository at this point in the history
  • Loading branch information
y-hatano-github committed Oct 15, 2019
1 parent 62a9ae6 commit c0ade63
Show file tree
Hide file tree
Showing 8 changed files with 527 additions and 521 deletions.
38 changes: 19 additions & 19 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
builds:
- binary: 4inarowgo
goos:
- windows
- darwin
- linux
goarch:
- amd64
- 386
archive:
format: zip
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
replacements:
amd64: 64-bit
386: 32-bit
darwin: macOS
release:
github:
owner: y-hatano-github
builds:
- binary: 4inarowgo
goos:
- windows
- darwin
- linux
goarch:
- amd64
- 386
archive:
format: zip
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
replacements:
amd64: 64-bit
386: 32-bit
darwin: macOS
release:
github:
owner: y-hatano-github
name: 4-in-a-row-go
50 changes: 25 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# 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
```

## Win/Mac/Linux binary
https://github.com/y-hatano-github/4-in-a-row-go/releases
# 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
```

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

0 comments on commit c0ade63

Please sign in to comment.