8000 GitHub - fhmymi/qpiskvork: Another gomoku or renju manager adapting to Windows and Linux systems.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fhmymi/qpiskvork

 
 

Repository files navigation

qpiskvork

CMake Codacy Badge qpiskvork qpiskvork

Another gomoku or renju manager adapting to Windows and Linux systems.

summary

This program aims to become a gomoku or renju manager with the protocol.

dependencies

dependencies of compiling.

  • Qt5+ (REQUIRED COMPONENTS Core Gui Widgets)
  • qmake or cmake

build

  • with QtCreator

Simply build with QtCreator by double-click on qpiskvork.pro first of all.

  • with cmake toolchain

Simply build with the steps as fallow:

cd qpiskvork
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make
  • with xmake toolchain

More easier than cmake.

cd qpiskvork
xmake config --mode=release
xmake

references

  1. https://sourceforge.net/projects/piskvork/.
  2. https://plastovicka.github.io/protocl2en.htm.
  3. https://gomocup.org/.
  4. https://www.renju.net/rifrules/.
  5. https://www.renju.net/rule/

About

Another gomoku or renju manager adapting to Windows and Linux systems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.9%
  • HTML 6.5%
  • Other 1.6%
0