julkas 12 Posted November 21, 2020 Nero 5 is a chess program written in Pascal by Jari Huikari. 3 Share this post Link to post
Arnaud Bouchez 407 Posted November 21, 2020 So many "goto" in the source code. 🙂  Share this post Link to post
Guest Posted November 24, 2020 On 11/21/2020 at 6:17 PM, Arnaud Bouchez said: So many "goto" in the source code. 🙂 Oh, i thought that was for the pieces. "Goto Queens Pawn"... Share this post Link to post
Anders Melander 1783 Posted November 24, 2020 ...and no comments. Not a single one! It's almost as if the code was generated by a decompiler. Not that I think it was because then there would be comments Share this post Link to post
David Heffernan 2345 Posted November 24, 2020 On 11/21/2020 at 1:06 PM, julkas said: Nero 5 is a chess program written in Pascal by Jari Huikari. Can it play chess well? Or is it interesting because it's Pascal? Share this post Link to post
Anders Melander 1783 Posted November 24, 2020 8 minutes ago, David Heffernan said: Can it play chess well? Define "well" I'm pretty sure it can easily beat me. https://www.chessprogramming.org/Nero Share this post Link to post
David Heffernan 2345 Posted November 24, 2020 13 minutes ago, Anders Melander said: Define "well" I'm pretty sure it can easily beat me. https://www.chessprogramming.org/Nero Blitz ELO of <1500 suggests that no, it does not play good chess  CCRL Blitz - Index (computerchess.org.uk) Share this post Link to post
julkas 12 Posted November 24, 2020 2 hours ago, David Heffernan said: Can it play chess well? Or is it interesting because it's Pascal? It's old chess engine written in Turbo Pascal. It's good for beginners and not only. You can increase / decrease engine default thinking time with + / -. Executable created on Windows 10 with Delphi Community Edition is in the folder Delphi. So just enjoy chess and power of great Turbo Pascal. I think it's clear. Share this post Link to post
Steve Maughan 26 Posted November 24, 2020 I'm reasonably well know in the field of computer chess and competed in the 2015 World Computer Chess Championships. Although Delphi is my first language, my engine was written in plain old "C". However, there are a number of strong open source chess programs written in Delphi. Here are a few:  Booot: booot6_4_release.rar (dropbox.com)  Open-Critter: GitHub - rchastain/open-critter: UCI chess engine written in Pascal by Richard Vida  Durandal: GitHub - rchastain/durandal: UCI chess engine written in Pascal  Steve 2 Share this post Link to post
Rollo62 536 Posted November 25, 2020 18 hours ago, David Heffernan said: CCRL Blitz - Index (computerchess.org.uk) Where is DeepBlue in that list ? Is this just an open-source competition, not comparing the leading engines ? Share this post Link to post
David Heffernan 2345 Posted November 25, 2020 2 hours ago, Rollo62 said: Where is DeepBlue in that list ? Is this just an open-source competition, not comparing the leading engines ? DeepBlue is old news. Things have moved on. Stockfish is king these days. Share this post Link to post
Rollo62 536 Posted November 25, 2020 19 minutes ago, David Heffernan said: DeepBlue is old news. Things have moved on. I believe so too, but DeepBlue is worth mentioning, isn't it ? Isn't this evolving too, with never versions, or is it a complete dead project now ? At least it was the first beating the human chess wolrd champion, should be a little honoured IMHO. Share this post Link to post
Steve Maughan 26 Posted November 25, 2020 1 hour ago, Rollo62 said: I believe so too, but DeepBlue is worth mentioning, isn't it ? Isn't this evolving too, with never versions, or is it a complete dead project now ? At least it was the first beating the human chess wolrd champion, should be a little honoured IMHO. Deep Blue was IBM’s pet project from the late 90’s and has never been available for public scrutiny. It’s estimated strength is about 2800 ELO. To put this in context, if the latest Stockfish, running on a iPhone, played 100 games against Deep Blue it would win at least 95. 1 Share this post Link to post