Discussion of anything and everything relating to chess playing software and machines.
Moderators: hgm, Harvey Williamson, bob
Forum rules
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
-
Sylwy
- Posts: 3358
- Joined: Fri Apr 21, 2006 2:19 pm
- Location: IASI (Romania) - the historical capital of MOLDOVA
Post
by Sylwy » Wed Jun 25, 2014 1:45 pm
eric.oldre wrote:
I've done some searching to find other c# engines also. I'm aware of:
NoraGrace
MadChess
Jabba
SharpChess
PortFish (c# port of stockfish)
But struggling to find any others that work reliably, are you aware of any others?
Regards,
Eric
YES !
The old Ruxy is an encyclopedia:
-The Turk
-Absolute Zero (a good engine coming from China)
-IntelliChess (Egypt)
-Felpo
-ChessBin
-RumbleMinze
-ChessMaps
-AmySharp
-Dolphin
-Ace
-DarkFusch
-Shutranj (an original chess engine coming from Pakistan via United Kingdom - from a chessmate friend - was a Santa 2013 present - I have this engine and is fully functional and strong enough).
Enough ?
Regards,
Silvian
R
-
Sylwy
- Posts: 3358
- Joined: Fri Apr 21, 2006 2:19 pm
- Location: IASI (Romania) - the historical capital of MOLDOVA
Post
by Sylwy » Fri Jun 27, 2014 9:38 am
Sylwy wrote:eric.oldre wrote:
I've done some searching to find other c# engines also. I'm aware of:
NoraGrace
MadChess
Jabba
SharpChess
PortFish (c# port of stockfish)
But struggling to find any others that work reliably, are you aware of any others?
Regards,
Eric
YES !
The old Ruxy is an encyclopedia:
-The Turk
-Absolute Zero (a good engine coming from China)
-IntelliChess (Egypt)
-Felpo
-ChessBin
-RumbleMinze
-ChessMaps
-AmySharp
-Dolphin
-Ace
-DarkFusch
-Shutranj (an original chess engine coming from Pakistan via United Kingdom - from a chessmate friend - was a Santa 2013 present - I have this engine and is fully functional and strong enough).
Enough ?
Regards,
Silvian
R
Missing in my above post
-Counter (1.2) - coming from Russia:
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
http://www.sdchess.ru/engines/Counter_12.zip
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
-Excelsior (3.16) - coming from Poland:
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
http://wbec-ridderkerk.nl/html/download ... or_316.zip
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
-FUSCsharp - coming from Germany.
Cheers,
Silvian
R
-
eric.oldre
- Posts: 18
- Joined: Thu Jun 19, 2014 3:07 am
- Location: Minnesota, USA
-
Contact:
Post
by eric.oldre » Sun Jun 29, 2014 4:21 pm
Hi Norbert, Graham created that Logo for me from a picture of my daughters footprints. I added it to the binary download of N.G. 1.0
-
emadsen
- Posts: 164
- Joined: Wed Apr 25, 2012 11:51 pm
- Location: Naperville, IL, USA
-
Contact:
Post
by emadsen » Tue Jul 01, 2014 2:04 am
I've glanced at the code for MadChess and must say that you succeeded in writing it in a more business application style. Its organized much differently than most of the other engines I've seen and it's a true original.
I wrote it as I would an application at work, with an emphasis on code clarity. Now I'm rewriting it with an emphasis on performance. Think I'll stick with mailbox board representation for now, but use less object-oriented constructs.
But struggling to find any others that work reliably, are you aware of any others?
Pupsi is the strongest C# engine I'm aware of, other than Portfish. It's not open-source, but like all .NET programs, the code can be obtained using a decompiler such as
dotPeek.