https://github.com/holyshared/go-gobang
Gobang for golang
https://github.com/holyshared/go-gobang
Last synced: about 1 month ago
JSON representation
Gobang for golang
- Host: GitHub
- URL: https://github.com/holyshared/go-gobang
- Owner: holyshared
- License: mit
- Created: 2016-07-11T01:29:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-25T01:47:20.000Z (over 9 years ago)
- Last Synced: 2025-02-17T13:45:17.456Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 133 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gobang for golang
[](https://travis-ci.org/holyshared/go-gobang)

## Build of the game server
Please execute the following command to build a game server.
make setup
make build
## Running the test
You can test with the following command.
make test