An abstract strategy board game for two players
Rémi Coulom
Posts: 219 Joined: Tue Feb 12, 2008 8:31 pm
Contact:
Post
by Rémi Coulom » Wed Feb 22, 2023 6:56 pm
Hi,
I will soon prepare a new release of gogui. There are a few issues I want to fix first. It may take a few days. If you have anything you wish to see in the next release, it is a good time to fill an issue or submit a PR on github:
https://github.com/Remi-Coulom/gogui
Interesting new features include the possibility to play on very large boards (up to 52x52), and better support for alternatives games. I have implemented a system that allows moving pieces, so I can now play amazons, chess, and shogi in gogui. Here are some screenshots:
Rémi Coulom
Posts: 219 Joined: Tue Feb 12, 2008 8:31 pm
Contact:
Post
by Rémi Coulom » Mon Mar 13, 2023 1:27 pm
The 1.5.2 release is online:
https://github.com/Remi-Coulom/gogui
Don't use Quaqua anymore, which should fix some crashes on macOS (issue #18).
Support for large boards up to 52x52.
Support for games with moving pieces such as chess or ataxx
Drag-and-drop of sgf files (thanks to @zakki)
Fix wrong player names in sgf from gogui-twogtp -alternate (issue #9, thanks to @tomtseng)
New `gogui-rules_captured_count` command.
Minor fixes and improvements.
Please let me know if you experience any problem.
flok
Posts: 37 Joined: Sat Jan 02, 2016 9:04 pm
Contact:
Post
by flok » Wed Mar 15, 2023 6:45 pm
Rémi Coulom wrote: ↑ Mon Mar 13, 2023 1:27 pm
The 1.5.2 release is online:
https://github.com/Remi-Coulom/gogui
Don't use Quaqua anymore, which should fix some crashes on macOS (issue #18).
Support for large boards up to 52x52.
Support for games with moving pieces such as chess or ataxx
Drag-and-drop of sgf files (thanks to @zakki)
Fix wrong player names in sgf from gogui-twogtp -alternate (issue #9, thanks to @tomtseng)
New `gogui-rules_captured_count` command.
Minor fixes and improvements.
Please let me know if you experience any problem.
Hi!
Are you planning cutechess-cli functionality eventually? Like that it can do tournaments?
https://www.vanheusden.com/
https://github.com/folkertvanheusden/
Rémi Coulom
Posts: 219 Joined: Tue Feb 12, 2008 8:31 pm
Contact:
Post
by Rémi Coulom » Thu Mar 16, 2023 4:15 am
flok wrote: ↑ Wed Mar 15, 2023 6:45 pm
Are you planning cutechess-cli functionality eventually? Like that it can do tournaments?
I am not planning this in the short term.