BotClient-Kt


What is it?

This is the client for the BotServer that is compatible with java or other JVM languages. It is also the recommended API. That means that this API will be the most stable and most quickly updated API when a new version of the server is released.

How to obtain

You can download compiled versions of this API here: https://github.com/RMHSProgrammingClub/Bot-Game/releases. If you are modifying the client, or for some reason want to build it yourself, building instructions are below.

How to use

Please reference the wiki for the documentation and in depth instructions on how to begin. Here: https://github.com/RMHSProgrammingClub/Bot-Game/wiki

How to build

Importing into IntelliJ