feat(*): Add bot files for rlbot

This commit is contained in:
Josh Creek
2023-10-22 20:45:04 +01:00
parent 5623396bff
commit cf4059a1d1
19 changed files with 918 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
from rlbot_gui import gui
# This is a useful way to start up RLBotGUI directly from your bot project. You can use it to
# arrange a match with the settings you like, and if you have a good IDE like PyCharm,
# you can do breakpoint debugging on your bot.
if __name__ == '__main__':
gui.start()