top | item 14827270

Cicada, a Rust chess engine

5 points| kayali | 8 years ago |github.com

2 comments

order

knavely|8 years ago

I would like to see theory.md which is referenced in the comment in board.rs but i dont see it in the repo.

kayali|8 years ago

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.