Page 5 of 13

Re: q5Go-1.0: Tutorials, undo/redo support, and IGS improvem

Posted: Wed Oct 23, 2019 7:10 am
by bernds
I've made a 1.0 release. See the first post for details. The major improvements are a new friendly greeter dialog, built-in beginner tutorials, undo/redo when editing, and post-game IGS chat directly in the board window.

The bump to 1.0 indicates that this now really is reasonably feature-complete, and it seems stable in everyday use. However, I still have some ideas for the future: half-finished code exists for direct online play without a server, and a new IGS observer window that can switch between multiple observed games, with clickable previews. These might make it into future versions. Other ideas include a built-in beginner bot, and a tsumego module.

Re: q5Go-1.0: Tutorials, undo/redo support, and IGS improvem

Posted: Mon Oct 28, 2019 12:35 pm
by And
bernds, thank you very much! KataGo works 13x19, 4x19, etc.

Re: q5Go-1.0: Tutorials, undo/redo support, and IGS improvem

Posted: Tue Oct 29, 2019 4:43 am
by And
I choose a game against 13x19 KataGo, then I play. How to start a new game without restarting the program?

Re: q5Go-1.0: Tutorials, undo/redo support, and IGS improvem

Posted: Tue Oct 29, 2019 5:35 am
by bernds
And wrote:I choose a game against 13x19 KataGo, then I play. How to start a new game without restarting the program?
For a moment I didn't know what you mean, but I'm guessing the problem is that you used the "Play against the machine" button in the greeter dialog and that got closed? In previous versions q5go didn't have the greeter and started by showing the IGS client window, and that one sticks around when you open board windows. So you can work around the issue for now by choosing "Play online" and then use the client window as before.

I'll make a note to add something like a "Restart game" option for engine games.

Re: q5Go-1.0: Tutorials, undo/redo support, and IGS improvem

Posted: Thu Jan 23, 2020 2:10 am
by And
Can I configure two programs for playing with each other? for example KataGo - KataGo 19x13?

Re: q5Go-1.0: Tutorials, undo/redo support, and IGS improvem

Posted: Thu Jan 23, 2020 6:49 am
by bernds
And wrote:Can I configure two programs for playing with each other? for example KataGo - KataGo 19x13?
Yes, it's a menu option in the client window (which used to be the main window). I still need to find a good way to expose these lesser used options in the greeter dialog.

Re: q5Go-1.0: Tutorials, undo/redo support, and IGS improvem

Posted: Thu Jan 23, 2020 8:21 am
by And
big request, you can give an example of how to do it!
edit: I found! it was where I did not expect! I am happy as a child! thank you very much! I am so tormented with Sabaki :D
if so: play online or a match between two programs?

Re: q5Go-1.0: Tutorials, undo/redo support, and IGS improvem

Posted: Thu Jan 23, 2020 9:12 am
by bernds
And wrote:big request, you can give an example of how to do it!
edit: I found! it was where I did not expect! I am happy as a child! thank you very much! I am so tormented with Sabaki :D
if so: play online or a match between two programs?
I don't understand the last question - was that part of the original problem where you couldn't find the option? The "Computer vs computer" menu item runs a game, or a multi-game match, locally between two engines. Nothing on-line is involved.

Re: q5Go-1.0: Tutorials, undo/redo support, and IGS improvem

Posted: Thu Jan 23, 2020 9:36 am
by And
To see the client window, you must click the "play online". I didn’t find another way.
I suggest adding a "Computer vs computer" to the “play online” window to make it clear how to launch this. or add the window "Computer vs computer"

Re: q5Go-1.0: Tutorials, undo/redo support, and IGS improvem

Posted: Sun Apr 12, 2020 12:20 am
by smontiel
How to install it on ubuntu? I put ./configure and it gives me this error:
checking for "QtHow to install it on ubuntu? I put ./configure and it gives me this error:
checking for "Qt5Core Qt5Widgets Qt5Gui Qt5Xml Qt5Multimedia Qt5Svg Qt5Sql" ... no
configure: error: Qt5 libs not found5Core Qt5Widgets Qt5Gui Qt5Xml Qt5Multimedia Qt5Svg Qt5Sql" ... no
configure: error: Qt5 libs not found

I installed qt5 creator manually

Re: q5Go-1.0: Tutorials, undo/redo support, and IGS improvem

Posted: Sun Apr 12, 2020 2:50 am
by xela
I managed to install on Ubuntu 18.04, but setting up Qt5 was a painful process. You need to make a qt.conf file to tell the build tools where to find your Qtcreator files. See vstepaniuk's answer at https://unix.stackexchange.com/question ... -for-qmake

On my system, I created ~/.config/qtchooser/qt5.12.5.conf with the following two lines:

Code: Select all

/opt/qt5.12.5/5.12.5/gcc_64/bin
/opt/qt5.12.5/5.12.5/gcc_64/lib
(change /opt to your install location, and 5.12.5 to your version number)

and then I was able to build q5Go by typing these three lines:

Code: Select all

qmake -qt=qt5.12.5  ../src/q5go.pro PREFIX=/opt/q5go
make
make install
I did this a few months ago, so I can't remember if any other steps were needed first. Hope this helps a bit.

Re: q5Go-1.0: Tutorials, undo/redo support, and IGS improvem

Posted: Thu Apr 16, 2020 8:59 am
by And
on boards larger than 25x25 after "z" some symbols. can this be changed? KataGo version released with support for boards up to 29x29:
https://github.com/lightvector/KataGo/r ... 3.5%2Bbs29
the game starts, but after several moves - an error. maybe because of the coordinates after "z"?

Re: q5Go-1.0: Tutorials, undo/redo support, and IGS improvem

Posted: Thu Apr 16, 2020 10:14 am
by bernds
And wrote:on boards larger than 25x25 after "z" some symbols. can this be changed? KataGo version released with support for boards up to 29x29:
https://github.com/lightvector/KataGo/r ... 3.5%2Bbs29
the game starts, but after several moves - an error. maybe because of the coordinates after "z"?
Yes, that isn't supported right now. I'll look into it.

Re: q5Go-1.0: Tutorials, undo/redo support, and IGS improvem

Posted: Tue Apr 21, 2020 7:29 am
by And
I was exhausted from waiting for a version with support for large boards. I’m happy to be a beta tester, if necessary :)

Re: q5go-1.1: Tweaks and improvements

Posted: Wed Apr 22, 2020 8:41 am
by bernds
Well, I kind of wanted to add a few other things before a new release, but I've now made a 1.1 release on github. Enjoy!