| Crates.io | cgarena |
| lib.rs | cgarena |
| version | 1.2.2 |
| created_at | 2024-12-19 09:39:24.456608+00 |
| updated_at | 2025-07-23 18:14:23.887184+00 |
| description | Local bot arena with matchmaking, rating calculation and web ui. |
| homepage | |
| repository | https://github.com/aangairbender/cgarena |
| max_upload_size | |
| id | 1488970 |
| size | 895,957 |
Local bot arena similar to CodinGame.

You would need cargo installed. (Here is how to
install it).
cargo install cgarena
The same command can be used to update CG Arena to the latest version.
Please check the full usage documentation here.
You can also check the example setup guide for CodinGame.
To build CG Arena from source code run the following (make sure cargo and npm are installed):
git clone https://github.com/aangairbender/cgarena.git
cd cgarena
cargo build --release
You can find the executable in /target/release folder.
Thanks to