Cicada, a Rust chess engine
github.com
Cicada, a Rust chess engine
1–3 of 3 posts
Re: Cicada, a Rust chess engine
#2I would like to see theory.md which is referenced in the comment in board.rs but i dont see it in the repo.
Re: Cicada, a Rust chess engine
#3I 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.