https://github.com/rlbot/easyrlbotexample
Example of a Typescript Rocket League bot using EasyRLBot
https://github.com/rlbot/easyrlbotexample
Last synced: 8 months ago
JSON representation
Example of a Typescript Rocket League bot using EasyRLBot
- Host: GitHub
- URL: https://github.com/rlbot/easyrlbotexample
- Owner: RLBot
- License: mit
- Created: 2021-02-26T02:05:43.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T20:41:45.000Z (almost 3 years ago)
- Last Synced: 2025-04-10T16:17:14.293Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 13
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EasyRLBotExample
This is a example of RLBot in node.js using the EasyRLBot library.
## Setup / Installation
First make sure you have node.js and npm installed (in your path). Then follow the steps below.
1. Clone this repo and cd into it
2. Install dependencies using npm. (`npm i`)
3. Add bot.cfg in RLBotGUI
## EasyRLBot documentation
[github.com/RLBot/EasyRLBot/wiki](https://github.com/RLBot/EasyRLBot/wiki)