Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 544 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 544 Bytes

RLBot CSharpInterface

A library to interface with the RLBot v5 framework through C#.

Usage

TODO

Contribute

Setup

  1. Make sure .NET 8 SDK is installed
  2. Clone repository
  3. Update submodules: git submodules update --init
  4. Generate flatbuffers: ./generate-flatbuffers.sh
  5. Open CSharpInterface.sln in your favorite C# IDE

Formatting

This project uses the CSharpier formatter. You can run it with dotnet csharpier .

Testing

TODO

Deployment

TODO