rubot

Crates.iorubot
lib.rsrubot
version0.3.0
sourcesrc
created_at2019-04-27 12:44:59.647022
updated_at2020-07-02 16:18:43.5245
descriptionA generic game bot written in Rust
homepage
repositoryhttps://github.com/lcnr/rubot
max_upload_size
id130491
size141,717
lcnr (lcnr)

documentation

README

rubot

A rust library for easily usable game bots. While these controllers are a lot weaker and slower than a specialized engine like Stockfish, they are good enough to be a challenge in most games.

Integrating rubot in your project should be possible in about half an hour while only requiring less than a total of 100 lines of code. If this is not the case for your project, please create an issue on github.

Examples

To run the examples, download the repository and run cargo run --example <example name>.

Supported games

rubot only supports deterministic games with perfect information.

Commit count: 178

cargo fmt