q5go-2.1.3: Autoplay and some other minor updates

Tell the community about tournaments, new go sites, software updates, etc.
Post Reply
bernds
Lives with ko
Posts: 259
Joined: Sun Apr 30, 2017 11:18 pm
Rank: 2d
GD Posts: 0
Has thanked: 46 times
Been thanked: 116 times

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

Post 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.
And
Gosei
Posts: 1464
Joined: Tue Sep 25, 2018 10:28 am
GD Posts: 0
Has thanked: 212 times
Been thanked: 215 times

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

Post by And »

bernds, thank you very much! KataGo works 13x19, 4x19, etc.
And
Gosei
Posts: 1464
Joined: Tue Sep 25, 2018 10:28 am
GD Posts: 0
Has thanked: 212 times
Been thanked: 215 times

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

Post by And »

I choose a game against 13x19 KataGo, then I play. How to start a new game without restarting the program?
bernds
Lives with ko
Posts: 259
Joined: Sun Apr 30, 2017 11:18 pm
Rank: 2d
GD Posts: 0
Has thanked: 46 times
Been thanked: 116 times

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

Post 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.
And
Gosei
Posts: 1464
Joined: Tue Sep 25, 2018 10:28 am
GD Posts: 0
Has thanked: 212 times
Been thanked: 215 times

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

Post by And »

Can I configure two programs for playing with each other? for example KataGo - KataGo 19x13?
bernds
Lives with ko
Posts: 259
Joined: Sun Apr 30, 2017 11:18 pm
Rank: 2d
GD Posts: 0
Has thanked: 46 times
Been thanked: 116 times

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

Post 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.
And
Gosei
Posts: 1464
Joined: Tue Sep 25, 2018 10:28 am
GD Posts: 0
Has thanked: 212 times
Been thanked: 215 times

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

Post 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?
bernds
Lives with ko
Posts: 259
Joined: Sun Apr 30, 2017 11:18 pm
Rank: 2d
GD Posts: 0
Has thanked: 46 times
Been thanked: 116 times

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

Post 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.
And
Gosei
Posts: 1464
Joined: Tue Sep 25, 2018 10:28 am
GD Posts: 0
Has thanked: 212 times
Been thanked: 215 times

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

Post 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"
smontiel
Beginner
Posts: 2
Joined: Sun Apr 12, 2015 5:02 pm
GD Posts: 0

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

Post 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
xela
Lives in gote
Posts: 652
Joined: Sun Feb 09, 2014 4:46 am
Rank: Australian 3 dan
GD Posts: 200
Location: Adelaide, South Australia
Has thanked: 219 times
Been thanked: 281 times

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

Post 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.
And
Gosei
Posts: 1464
Joined: Tue Sep 25, 2018 10:28 am
GD Posts: 0
Has thanked: 212 times
Been thanked: 215 times

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

Post 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"?
bernds
Lives with ko
Posts: 259
Joined: Sun Apr 30, 2017 11:18 pm
Rank: 2d
GD Posts: 0
Has thanked: 46 times
Been thanked: 116 times

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

Post 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.
And
Gosei
Posts: 1464
Joined: Tue Sep 25, 2018 10:28 am
GD Posts: 0
Has thanked: 212 times
Been thanked: 215 times

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

Post 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 :)
bernds
Lives with ko
Posts: 259
Joined: Sun Apr 30, 2017 11:18 pm
Rank: 2d
GD Posts: 0
Has thanked: 46 times
Been thanked: 116 times

Re: q5go-1.1: Tweaks and improvements

Post 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!
Post Reply