Jlisowskyy / Checkmate-Chariot

Simple chess engine
MIT License
5 stars 0 forks source link

Final testing of move generation #31

Open Jlisowskyy opened 1 month ago

Jlisowskyy commented 1 month ago

There exist some bug inside the move generation function, which is known from the beginning of the project, the logs are inside the .devnotes file. It probably does not affect the overall performance significantly, but it should be investigated as soon as possible.

Jlisowskyy commented 1 month ago

Add exec that follows game path and checks generated moves on each step

Jlisowskyy commented 3 weeks ago

The found bug is preventing some el passant moves from being generated. Not yet resolved