command
module
Version:
v0.0.0-...-d3fa247
Opens a new window with list of versions in this module.
Published: Apr 30, 2017
License: GPL-3.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Gobang
A multiplayer Gobang game used WebSocket.
Powered by Golang.
Screenshots
Getting Started
You can get the releases here
Build this project:
- Clone this project, then cd to this project.
- Run
go get github.com/hcrgm/Gobang-Go
- Run
go build -o gobang_server gobang.go
Then, run this program.
- Rename
config_sample.json
to config.json
, configure yourself by editing the config.json
file.
- Run
nohup ./gobang_server > gobang.log 2>&1 &
or use other way you like to run this program.
- Open
http://127.0.0.1:port
(default value of port is 8080) in your browser. That's all.
License
GPLv3
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.