ajax333221 / isepic-chess

♞ JavaScript chess utility library.
MIT License
16 stars 3 forks source link

Use three-dots in the move number after a comment divided a white-black move #38

Closed ajax333221 closed 2 years ago

ajax333221 commented 2 years ago

After a white move with comment the black move should start with three-dots.

Current format: 1. e4 {some comment} e5 2. Nf3 Nc6 3. Bc4

Change to: 1. e4 {some comment} 1...e5 2. Nf3 Nc6 3. Bc4