lichess-org / scalachess

Chess API written in scala. Immutable and free of side effects.

Home Page:https://lichess.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect Opening Name - Blackmar Gambit is called Blackmar-Diemer Gambit Prematurely

landry314 opened this issue · comments

The Blackmar Gambit is:

https://www.365chess.com/eco/D00_Blackmar_gambit

  1. d4 d5 2. e4

The Blackmar-Diemer Gambit is:
https://www.365chess.com/eco/D00_Blackmar-Diemer_gambit

  1. d4 d5 2. Nc3 Nf6 3. e4
    OR
    1. d4 d5 2. e4... 3. Nc3 Nf6 - transpositioning back in.

Right now, before the moves Nc3 Nf6, it still says "Blackmar-Diemer Gambit" prematurely. There are other variations that could occur...

I hope I posted this in the right place

github is making the 1. above into a 2... ummm... some autoformat i dont understand nor know how to shut off.

You can prevent this by writing a backslash betwen the number and the period on both lines, like this: 1\. (instead of 1.)

1. d4 d5 …
1. d4 d5 …

Thanks! The fix will go live whenever scalachess is updated.

this was not fixed correctly...
the move order d4, d5, e4, dxe4, Nc3 is a form of the Blackmar-Diemer Gambit as shown on wikipedia here:

https://en.m.wikipedia.org/wiki/Blackmar%E2%80%93Diemer_Gambit

right now it still says Blackmar Gambit...

Ah, yes, thanks! Before the fix this was covered by the premature entry.