#game #game-engine #alpha #beta #bots

rubot

A generic game bot written in Rust

4 releases (2 breaking)

0.3.0 Jul 2, 2020
0.2.0 May 4, 2019
0.1.1 Apr 27, 2019
0.1.0 Apr 27, 2019

#603 in Game dev

MIT license

78KB
1.5K SLoC

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.

Dependencies