-
Notifications
You must be signed in to change notification settings - Fork 2
Getting started
SWZ edited this page Mar 17, 2021
·
2 revisions
When making a bot you want to make a new class that is going to extend Client. This client handles communicating with RLBot using sockets. Then you wanna pass that Client into a new Manager. This Manager automatically adds and removes bots when needed and passes the necessary arguments to the Client.
Here is an example of a bot using typescript and EasyRLBot. Instructions on how to use it is available the repo.