I thought having the King on c6, like so:
8/k1P5/2K5/8/8/8/8/8 w - - 0 1
would also force white to promote to a rook. And while it is faster (DTM2) - 1. c8=R Ka6 2. Ra8# , you can still safely promote to a queen after 1. Kd7 Kb6 2. c8=Q ...
Search found 23 matches
- Sun Jan 17, 2021 10:44 pm
- Forum: Computer Chess Club: Programming and Technical Discussions
- Topic: Endgame tablebase generation for newbies
- Replies: 15
- Views: 2672
- Sat May 04, 2019 3:55 am
- Forum: Computer Chess Club: General Topics
- Topic: Utility to Convert chess Database to PGN Opening Repertoire
- Replies: 5
- Views: 1817
- Fri May 03, 2019 12:25 am
- Forum: Computer Chess Club: General Topics
- Topic: Pause calculation / analysis engines
- Replies: 19
- Views: 3026
Re: Pause calculation / analysis engines
I have never used it before, but I believe Komodo has an option to save Hash to a file to be able to load for later use.
I think in theory, this is what you are looking for?
I think in theory, this is what you are looking for?
- Thu May 02, 2019 10:35 pm
- Forum: Computer Chess Club: General Topics
- Topic: Utility to Convert chess Database to PGN Opening Repertoire
- Replies: 5
- Views: 1817
Re: Utility to Convert chess Database to PGN Opening Repertoire
Same question ! is there a command line tool somewhere ? Since I posted this, I learned about using the --plylimit option flag from pgn-extract. In theory, you could successively use pgn-extract to first 1. Limit Ply (--plylimit), Remove All tags (--notags) 2. Remove Duplicates (-D), Add 7-tag Rost...
- Thu May 02, 2019 12:50 am
- Forum: Computer Chess Club: General Topics
- Topic: Elements of the ULTIMATE Chess GUI?
- Replies: 197
- Views: 42118
Re: Elements of the ULTIMATE Chess GUI?
I"m on mac. i use xboard for mac. My understanding is it is basically code up to date with HG Mueller's winboard these days. I use it to run an engine on an ics and for my own connection now on FICS. Of course there is other mac software i'm sure. On chessclub.com i use my java Lantern Chess interf...
- Wed May 01, 2019 1:13 am
- Forum: Computer Chess Club: General Topics
- Topic: mate in 3?
- Replies: 3
- Views: 1006
Re: mate in 3?
The fen you posted is wrong. You are missing the bishop on g5. It should instead be:
Kn5N/p1p1R3/r3b3/3p1kBp/1N1PrP2/3Qp1nP/2B5/6q1 w - -
For some reason, there are two boards on the website you posted, and one has the bishop on g5, and the other doesn't. That is likely the problem.
Kn5N/p1p1R3/r3b3/3p1kBp/1N1PrP2/3Qp1nP/2B5/6q1 w - -
For some reason, there are two boards on the website you posted, and one has the bishop on g5, and the other doesn't. That is likely the problem.
- Mon Apr 29, 2019 10:43 pm
- Forum: Computer Chess Club: General Topics
- Topic: Utility to Convert chess Database to PGN Opening Repertoire
- Replies: 5
- Views: 1817
Utility to Convert chess Database to PGN Opening Repertoire
Hi all, I often find opening books in pgn format, such as Balsa Opening Suite for example: https://sites.google.com/site/computerschess/balsa-opening-test-suite Does anyone know if there is a utility to make something similar, from a database of chess games? Essentially polyglot, but remaining in pg...
- Sat Apr 27, 2019 9:21 pm
- Forum: Computer Chess Club: General Topics
- Topic: PGN to EPD ?
- Replies: 3
- Views: 956
Re: PGN to EPD ?
Giraffe Chess engine also has a simple python script for this within in it's source code, found here:
https://bitbucket.org/waterreaction/gir ... ew-default
https://bitbucket.org/waterreaction/gir ... ew-default
- Sat Apr 27, 2019 4:35 am
- Forum: Computer Chess Club: General Topics
- Topic: Is it possible to have and EPD string wider than 79 chars
- Replies: 4
- Views: 1115
Re: Is it possible to have and EPD string wider than 79 chars
unless it is chess 960. Then you could have all castling rights still
- Fri Apr 26, 2019 11:32 am
- Forum: Computer Chess Club: General Topics
- Topic: New release: rofChade 2.1
- Replies: 27
- Views: 7908
Re: New release: rofChade 2.1
Nice work. Thank you for your efforts. Can't wait for the mac (bmi2 build) release!