Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.11 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.11 KB

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.