Life In 19x19
http://lifein19x19.com/

q5go-2.1.3: Autoplay and some other minor updates
http://lifein19x19.com/viewtopic.php?f=9&t=16354
Page 4 of 10

Author:  bernds [ Wed Oct 23, 2019 7:10 am ]
Post subject:  Re: q5Go-1.0: Tutorials, undo/redo support, and IGS improvem

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.

Author:  And [ Mon Oct 28, 2019 12:35 pm ]
Post subject:  Re: q5Go-1.0: Tutorials, undo/redo support, and IGS improvem

bernds, thank you very much! KataGo works 13x19, 4x19, etc.

Author:  And [ Tue Oct 29, 2019 4:43 am ]
Post subject:  Re: q5Go-1.0: Tutorials, undo/redo support, and IGS improvem

I choose a game against 13x19 KataGo, then I play. How to start a new game without restarting the program?

Author:  bernds [ Tue Oct 29, 2019 5:35 am ]
Post subject:  Re: q5Go-1.0: Tutorials, undo/redo support, and IGS improvem

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.

Author:  And [ Thu Jan 23, 2020 2:10 am ]
Post subject:  Re: q5Go-1.0: Tutorials, undo/redo support, and IGS improvem

Can I configure two programs for playing with each other? for example KataGo - KataGo 19x13?

Author:  bernds [ Thu Jan 23, 2020 6:49 am ]
Post subject:  Re: q5Go-1.0: Tutorials, undo/redo support, and IGS improvem

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.

Author:  And [ Thu Jan 23, 2020 8:21 am ]
Post subject:  Re: q5Go-1.0: Tutorials, undo/redo support, and IGS improvem

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?

Author:  bernds [ Thu Jan 23, 2020 9:12 am ]
Post subject:  Re: q5Go-1.0: Tutorials, undo/redo support, and IGS improvem

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.

Author:  And [ Thu Jan 23, 2020 9:36 am ]
Post subject:  Re: q5Go-1.0: Tutorials, undo/redo support, and IGS improvem

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"

Author:  smontiel [ Sun Apr 12, 2020 12:20 am ]
Post subject:  Re: q5Go-1.0: Tutorials, undo/redo support, and IGS improvem

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

Author:  xela [ Sun Apr 12, 2020 2:50 am ]
Post subject:  Re: q5Go-1.0: Tutorials, undo/redo support, and IGS improvem

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:
/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:
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.

Author:  And [ Thu Apr 16, 2020 8:59 am ]
Post subject:  Re: q5Go-1.0: Tutorials, undo/redo support, and IGS improvem

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"?

Author:  bernds [ Thu Apr 16, 2020 10:14 am ]
Post subject:  Re: q5Go-1.0: Tutorials, undo/redo support, and IGS improvem

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.

Author:  And [ Tue Apr 21, 2020 7:29 am ]
Post subject:  Re: q5Go-1.0: Tutorials, undo/redo support, and IGS improvem

I was exhausted from waiting for a version with support for large boards. I’m happy to be a beta tester, if necessary :)

Author:  bernds [ Wed Apr 22, 2020 8:41 am ]
Post subject:  Re: q5go-1.1: Tweaks and improvements

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!

Author:  And [ Wed Apr 22, 2020 9:04 am ]
Post subject:  Re: q5go-1.1: Tweaks and improvements

bernds My gratitude to you is as great as Fuji!!! :D

Author:  bernds [ Wed Apr 22, 2020 10:32 am ]
Post subject:  Re: q5go-1.1: Tweaks and improvements

Actually I didn't really consider saving and loading such SGF files - there's a comment in the source that suggests I saw inconsistencies in other programs and decided to disallow anything > 25. So that's a gap in version 1.1 - you can still play these against the computer.

Author:  And [ Wed Apr 22, 2020 10:54 am ]
Post subject:  Re: q5go-1.1: Tweaks and improvements

maybe saving and loading sgf files implement as on KGS and in MultiGo? http://www.ruijiang.com/multigo/
37×37 http://files.gokgs.com/games/2012/7/22/ ... link38.sgf

EDIT: I checked, MultiGo loads without errors sgf(37x37) from KGS, and vice versa (CGoban loads without errors sgf from MultiGo).
Lizzie and Leela 0.4.6 uses the same format sgf for boards over 25x25 (I checked on 29x29)

Author:  And [ Fri Apr 24, 2020 8:10 am ]
Post subject:  Re: q5go-1.1: Tweaks and improvements

q5go-1.1 saves sgf up to 29x29, using in addition "{", "|", "}". but does not load. I found a temporary solution - in sgf in a text editor, you need to replace these characters with "A", "B", "C". The resulting sgf opens without errors in MultiGo, CGoban, and Sabaki!

Author:  lightvector [ Fri Apr 24, 2020 8:48 am ]
Post subject:  Re: q5go-1.1: Tweaks and improvements

bernds wrote:
Actually I didn't really consider saving and loading such SGF files - there's a comment in the source that suggests I saw inconsistencies in other programs and decided to disallow anything > 25. So that's a gap in version 1.1 - you can still play these against the computer.


In FF[4], the latest version of the SGF standard (since 2006?), it seems to be explicitly documented how to continue beyond size 26 (sgf does not skip the "i"), all the way up to board size 52:
https://www.red-bean.com/sgf/go.html#types

So perhaps the inconsistencies you saw were either from other programs not conforming to the standard, or from choosing to implement a pre-FF[4] version of the standard? I do think there are quite a few SGF parsers that don't quite conform to the standard though which is maybe what you noticed... Go software in the wild is a bit of a mess sometimes. It's hard to get all the corners exactly right, good chance my code in KataGo doesn't either.

Page 4 of 10 All times are UTC - 8 hours [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/