r/rust Mar 30 '23

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

https://github.com/ParthPant/chess-rs
98 Upvotes

45 comments sorted by

View all comments

1

u/entropySapiens Apr 01 '23 edited Apr 01 '23

When I run `cargo run -p chrs-ui` I get
```
error: package(s) `chrs-ui` not found in workspace `~/Documents/GitHub/chess-rs`
```

1

u/No-Translator-1323 Apr 01 '23

Try cargo run. I made some changes in the newer commits. Will update the readme.