Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 936 Bytes

README.md

File metadata and controls

56 lines (37 loc) · 936 Bytes

gobang

A Simple gobang game, which has a client and a server. You can use it play gobang locally or on the network.

Project address: https://github.com/Dionysen/gobang

Build

Gobang Client

Libs:

Dependence:

  • gcc/clang
  • cmake
  • make
  • Qt5

Build:

git clone https://github.com/Dionysen/gobang.git
cd gobang/gobang-client
mkdir build && cd build
cmake ..
make

Gobang Server

Libs:

Dependence:

  • gcc/clang
  • cmake
  • make
git clone https://github.com/Dionysen/gobang.git
cd gobang/gobang-server
mkdir build && cd build
cmake ..
make