Live data from Hacker News

Cicada, a Rust chess engine

github.com

1–3 of 3 posts

Re: Cicada, a Rust chess engine

#3
post #2

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.