Search found 103 matches
- Wed Oct 23, 2019 10:50 am
- Forum: Computer Chess Club: General Topics
- Topic: Galjoen 0.40 released
- Replies: 19
- Views: 2740
Re: Galjoen 0.40 released
I searched "gtk3" in Mageia control center but I don't see which package I should install. It looks like gtkmm is missing. Gtkmm is the C++ interface for gtk. You will also need the development packages. I don't know how they are called on Mageia, but I suppose it's something like lib64gtkmm3.0-dev...
- Sat Sep 07, 2019 6:33 am
- Forum: Computer Chess Club: General Topics
- Topic: Galjoen 0.40 released
- Replies: 19
- Views: 2740
Re: Galjoen 0.40.1 released
That's good news!Modern Times wrote: ↑Sat Sep 07, 2019 6:28 amIndeed it does, I played 300 games overnight without any issues. Gábor ran it at standard chess earlier in the week, and it shows +180 Elo, and chess960 is the same so far.
- Fri Sep 06, 2019 5:24 pm
- Forum: Computer Chess Club: General Topics
- Topic: Galjoen 0.40 released
- Replies: 19
- Views: 2740
Galjoen 0.40.1 released
chess960 should work now.
- Thu Sep 05, 2019 10:33 am
- Forum: Computer Chess Club: General Topics
- Topic: Galjoen 0.40 released
- Replies: 19
- Views: 2740
Re: Galjoen 0.40 released
Yes, I'll fix it ASAP.
- Wed Sep 04, 2019 3:58 pm
- Forum: Computer Chess Club: General Topics
- Topic: Galjoen 0.40 released
- Replies: 19
- Views: 2740
Re: Galjoen 0.40 released
OK, thanks for testing. I'll take a look at it. Do you know the illegal move in your first example? And the initial fen in your second example?Modern Times wrote: ↑Tue Sep 03, 2019 7:21 pmFor me anyway, this does not play chess960. Weird evaluations followed by the game terminating with an illegal move.
- Wed Aug 28, 2019 7:07 pm
- Forum: Computer Chess Club: General Topics
- Topic: Galjoen 0.40 released
- Replies: 19
- Views: 2740
Re: Galjoen 0.40 released
Super!

- Wed Aug 28, 2019 9:16 am
- Forum: Computer Chess Club: General Topics
- Topic: Galjoen 0.40 released
- Replies: 19
- Views: 2740
Re: Galjoen 0.40 released
Thanks!Gabor Szots wrote: ↑Wed Aug 28, 2019 7:32 amI am looking forward to testing it as soon as I can (which is very soon).
- Tue Aug 27, 2019 7:51 pm
- Forum: Computer Chess Club: General Topics
- Topic: Galjoen 0.40 released
- Replies: 19
- Views: 2740
Galjoen 0.40 released
There was a lot of refactoring, and several bugs were fixed.
This version is tactically much stronger than v_0.39.
Overall, I expect a +60 Elo.
This version is tactically much stronger than v_0.39.
Overall, I expect a +60 Elo.
- Fri May 03, 2019 2:38 pm
- Forum: Computer Chess Club: General Topics
- Topic: A complete 2000 lines of code engine
- Replies: 171
- Views: 46167
- Fri May 03, 2019 12:25 pm
- Forum: Computer Chess Club: General Topics
- Topic: A complete 2000 lines of code engine
- Replies: 171
- Views: 46167
Re: A complete 2000 lines of code engine
Minic 0.50 is now available. Should be 2700 on CCRL scale. Thanks Vivien. Although one remark: Minic doesn't respond to the 'protover 2' command. My own GUI (galjoengui) tries to autodetect the protocol and thinks that Minic follows the 'xboard version 1' protocol. And then, nothing works of course...