An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Gobang for golang

[![Build Status](https://travis-ci.org/holyshared/go-gobang.svg?branch=master)](https://travis-ci.org/holyshared/go-gobang)

![screen shot](https://raw.githubusercontent.com/holyshared/go-gobang/master/gobang.png)

## 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