Implement dummy chess solver

It chooses a random available move ¯\_(ツ)_/¯
This commit is contained in:
2021-12-22 22:03:17 +01:00
parent 95c0ccfbd2
commit 0f7de146b7
6 changed files with 142 additions and 11 deletions

View File

@@ -6,3 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8.4"