Skip to content

Commit

Permalink
feat: added correct move generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Saphereye committed Sep 25, 2024
1 parent 851cf30 commit edac68c
Show file tree
Hide file tree
Showing 20 changed files with 626 additions and 2,155 deletions.
200 changes: 194 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ version = "0.1.0"
edition = "2021"

[dependencies]
chess = "3.2.0"
clap = { version = "4.5.18", features = ["derive"] }
rand = "0.8.5"
62 changes: 0 additions & 62 deletions fuzzy_testing/main.py

This file was deleted.

2 changes: 2 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
RUSTFLAGS="-C target-cpu=native" cargo build --release
Loading

0 comments on commit edac68c

Please sign in to comment.