Skip to content
forked from lcnr/rubot

A rust library for easily usable game bots.

License

Notifications You must be signed in to change notification settings

chris261012/rubot

 
 

Repository files navigation

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.

About

A rust library for easily usable game bots.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 99.8%
  • Shell 0.2%