https://github.com/virxec/rlbotsim
Replaces RLBotServer with RocketSim - interfaces with bots via the RLBot v5 spec
https://github.com/virxec/rlbotsim
rlbot rust
Last synced: about 1 month ago
JSON representation
Replaces RLBotServer with RocketSim - interfaces with bots via the RLBot v5 spec
- Host: GitHub
- URL: https://github.com/virxec/rlbotsim
- Owner: VirxEC
- Created: 2023-09-06T04:35:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-28T06:06:15.000Z (4 months ago)
- Last Synced: 2025-03-28T00:11:12.198Z (about 2 months ago)
- Topics: rlbot, rust
- Language: Rust
- Homepage:
- Size: 1.9 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RLBotServer + RocketSim
- RocketSim instead of Rocket League!
- Uses Flatbuffers (auto-generated by `core/build.rs`) and TCP to communicate with bots
- Tokio for maximum performance and lowest latency when handling network connections## Running
See command lines options with `cargo r -r -- --help`
- Run with RLViser: `cargo r -r`
- See various RLViser-related options with `cargo r -r -- rlviser --help`
- Run without RLViser: `cargo r -r -- headless`