Anyone can shed a spot of light on this new released engine
MinkoChess v1.3 = 2900 Elo....
Moderator: Ras
-
Dr.Wael Deeb
- Posts: 9773
- Joined: Wed Mar 08, 2006 8:44 pm
- Location: Amman,Jordan
MinkoChess v1.3 = 2900 Elo....
https://labraj.uni-mb.si/en/Chess_program_MinkoChess
Anyone can shed a spot of light on this new released engine

Anyone can shed a spot of light on this new released engine
_No one can hit as hard as life.But it ain’t about how hard you can hit.It’s about how hard you can get hit and keep moving forward.How much you can take and keep moving forward….
-
Ajedrecista
- Posts: 2248
- Joined: Wed Jul 13, 2011 9:04 pm
- Location: Madrid, Spain.
Re: MinkoChess v1.3 = 2900 Elo....
Hello:
Regards from Spain.
Ajedrecista.
Sure. I have read in other fora that is Umko, but the author had to change the name due to a copyright issue (like FireBird to Fire).Dr.Wael Deeb wrote:https://labraj.uni-mb.si/en/Chess_program_MinkoChess
Anyone can shed a spot of light on this new released engine![]()
Regards from Spain.
Ajedrecista.
-
Dr.Wael Deeb
- Posts: 9773
- Joined: Wed Mar 08, 2006 8:44 pm
- Location: Amman,Jordan
Re: MinkoChess v1.3 = 2900 Elo....
ThanksAjedrecista wrote:Hello:
Sure. I have read in other fora that is Umko, but the author had to change the name due to a copyright issue (like FireBird to Fire).Dr.Wael Deeb wrote:https://labraj.uni-mb.si/en/Chess_program_MinkoChess
Anyone can shed a spot of light on this new released engine![]()
Regards from Spain.
Ajedrecista.
_No one can hit as hard as life.But it ain’t about how hard you can hit.It’s about how hard you can get hit and keep moving forward.How much you can take and keep moving forward….
-
lucasart
- Posts: 3243
- Joined: Mon May 31, 2010 1:29 pm
- Full name: lucasart
Re: MinkoChess v1.3 = 2900 Elo....
Yes, it's basically Umko 1.2 becoming MinkoChess 1.3, by Bokro Boskovic, the same author that was doing BBChess before. He's been active for a long time, so it's not really a new engine.Dr.Wael Deeb wrote:https://labraj.uni-mb.si/en/Chess_program_MinkoChess
Anyone can shed a spot of light on this new released engine![]()
The only problem is that his code doesn't compile (problem in the makefile with pthread). I'll see if there's an easy fix for it.
-
Graham Banks
- Posts: 45964
- Joined: Sun Feb 26, 2006 10:52 am
- Location: Auckland, NZ
Re: MinkoChess v1.3 = 2900 Elo....
From an email from Borko to me:lucasart wrote:.......Yes, it's basically Umko 1.2 becoming MinkoChess 1.3..........
MinkoChess is actually Umko with some changes
So they are different.
gbanksnz at gmail.com
-
UncombedCoconut
- Posts: 319
- Joined: Fri Dec 18, 2009 11:40 am
- Location: Naperville, IL
Re: MinkoChess v1.3 = 2900 Elo....
Lucas, the following worked for me: make ARCH=x64_SSE4 OS=linuxlucasart wrote:The only problem is that his code doesn't compile (problem in the makefile with pthread). I'll see if there's an easy fix for it.
Specifically, passing OS=linux to the makefile adds -lpthread to LIBS. (Sorry for the noise if you have already tried that.)