-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pleco_engine to 0.1.1, added more docs
Signed-off-by: stephenf <[email protected]>
- Loading branch information
1 parent
ed0b0df
commit 1487045
Showing
6 changed files
with
81 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "pleco_engine" | ||
version = "0.1.0" | ||
version = "0.1.1" # Reminder to change in ./engine.rs | ||
authors = ["Stephen Fleischman <[email protected]>"] | ||
description = "A blazingly-fast Chess AI." | ||
homepage = "https://github.com/sfleischman105/Pleco" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,7 @@ | ||
extern crate pleco_engine; | ||
|
||
|
||
use pleco_engine::engine::PlecoSearcher; | ||
|
||
|
||
|
||
fn main() { | ||
let mut s = PlecoSearcher::init(true); | ||
println!("Turtle"); | ||
s.uci(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.