chess-rs icon indicating copy to clipboard operation
chess-rs copied to clipboard

A Chess Engine written in Rust that runs natively and on the web!

Results 5 chess-rs issues
Sort by recently updated
recently updated
newest added

you can't have `B.svg` and `b.svg` in the same directory in macOS

``` > cargo run Finished dev [optimized + debuginfo] target(s) in 0.21s Running `target/debug/chrs` [1] 46448 segmentation fault cargo run ``` Something to do with the RNG ``` > lldb...

Description: This pull request addresses the issue of returning a custom error type from the make_config function, which is responsible for parsing a given FEN (Forsyth-Edwards Notation) string and creating...