marcizhu / readme-chess

♟️ Play Multiplayer Chess in a README file!
https://github.com/marcizhu
MIT License
89 stars 14 forks source link

The chess board doesn't provide knight moves #9

Closed RusMermaid closed 1 year ago

RusMermaid commented 1 year ago

It only happened in 1 move by white

marcizhu commented 1 year ago

I've checked the history on the README.md file of your repo (RusMermaid/RusMermaid) and I see all the knight moves in all turns, both for white and black.

This has been working 24/7 for more than two years in my own personal repo but also in multiple other repositories by others in GitHub. I refuse to believe such an obvious bug remained unnoticed for so many years. Besides, I use python-chess for generating moves, and once again I highly doubt such a reputed library has a bug like this one.

Please double check and be sure that there is a bug before reporting it. Additionally, a single issue title is not enough to reproduce, diagnose and troubleshoot bugs. Please provide some evidence of said bugs, how to reproduce them, etc.