Skip to content

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

License

Notifications You must be signed in to change notification settings

Dionysen/gobang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published