Additional languages support

Are there any plans for supporting additional programming languages? cough Rust cough

Found the answer in the game runner README.

“If there is a [SignalR] library for your language, you are free to use it!”

“if [the language] is not currently in our support list here, please open an Issue on github for your language and we will guide you on the process from there.”

Hi @spacious_void, thank you for the post and welcome to the Entelect Challenge.

If you wish to use Rust, please ensure that it has the capability of using SignalR to connect to a .NET Core SignalR Hub as the .NET Framework SignalR clients are incompatible with the Hub used in the runner.

Please let us know if you have any other questions regarding this.