Hacker News new | ask | show | jobs
Cicada, a Rust chess engine (github.com)
5 points by kayali 3259 days ago
1 comments

I would like to see theory.md which is referenced in the comment in board.rs but i dont see it in the repo.
Frankly that file is just the layout of the board, as in which ints correspond to which squares. I used it at the very start to make sure the pieces where moving correctly, before the code to connect to an interface was written.