q5go-2.1.3: Autoplay and some other minor updates
-
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
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.
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.
-
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
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.And wrote:I choose a game against 13x19 KataGo, then I play. How to start a new game without restarting the program?
I'll make a note to add something like a "Restart game" option for engine games.
-
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
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 wrote:Can I configure two programs for playing with each other? for example KataGo - KataGo 19x13?
-
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
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
if so: play online or a match between two programs?
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
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
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 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![]()
if so: play online or a match between two programs?
-
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
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"
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
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
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
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:
(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:
I did this a few months ago, so I can't remember if any other steps were needed first. Hope this helps a bit.
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
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
-
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
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"?
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
Yes, that isn't supported right now. I'll look into it.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"?