qGo is a Go Client (IGS, WING, LGS, WBaduk/CyberORO, Tygem, Tom, and eWeiqi) based on Qt 5. No active development is happening nor should any be expected.
Find a file
2018-04-13 23:26:38 +02:00
src Fix crash 2018-04-13 23:16:14 +02:00
.gitignore Add translatable strings 2013-09-14 15:15:07 +02:00
AUTHORS Bump version 2014-05-18 16:29:29 +02:00
COPYING This commit was generated by cvs2svn to compensate for changes in r2, 2007-02-28 23:23:28 +00:00
qgo.iss minor 2009-09-07 04:02:19 +00:00
README.md Update build instructions 2018-04-13 23:26:38 +02:00

qGo

qGo is a Go Client based on Qt 5. It supports playing online at IGS-compatible servers (including some special tweaks for WING and LGS, also NNGS was reported to work) and locally against gnugo (or other GTP-compliant engines). It also has rudimentary support for editing SGF files and parital support for CyberORO/WBaduk, Tygem, Tom, and eWeiqi (developers of these backends are currently inactive, everybody is welcome to take them over).

Go is an ancient Chinese board game. It's called "圍棋(Wei Qi)" in Chinese, "囲碁(Yi Go)" in Japanese, "바둑(Baduk)" in Korean.

Installation

Qt 5.7 is or newer is required to build qgo.

git clone https://github.com/pzorin/qgo.git
cd qgo
qmake -qt=5 src
make
sudo make install