8000 GitHub - crazymerlyn/uci-rs: A library to programmatically communicate with UCI compatible chess engines
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

crazymerlyn/uci-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uci-rs

A library to programmatically communicate with UCI compatible chess engines

extern crate uci;

use uci::Engine;

let engine = Engine::new("/path/to/engine").unwrap();
println!("{}", engine.bestmove());

About

A library to programmatically communicate with UCI compatible chess engines

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

0