/csharp-interface

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

Primary LanguageC#MIT LicenseMIT

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