rlbot


Namerlbot JSON
Version 1.68.0 PyPI version JSON
download
home_pagehttps://github.com/RLBot/RLBot
SummaryA framework for writing custom Rocket League bots that run offline.
upload_time2024-06-02 15:12:32
maintainerNone
docs_urlNone
authorRLBot Community
requires_pythonNone
licenseMIT License
keywords rocket-league
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # RLBot

The RLBot framework helps people create bots for use in Rocket League's offline modes, just for fun.
It provides values from the game like car and ball position, and carries back button presses.
RLBot works for up to 10 bots.

To get started quickly with a simple working bot, you can clone this repository:
https://github.com/RLBot/RLBotPythonExample

### Requirements
Windows, Rocket League, Python 3.6+ (Python 3.7 recommended)

### Wikis

For more details, visit the [Setup guide](https://github.com/RLBot/RLBot/wiki/Setup-Instructions-%28current%29). When you're done, there are [more wikis](https://github.com/RLBot/RLBot/wiki) with additional information.

### Extras

#### Community Info
 - We have a [Discord server](https://discord.gg/zbaAKPt) (the heart of the community, please join!)
 - [We also have a subreddit.](https://www.reddit.com/r/RocketLeagueBots/)
 - We are now on v4 of RLBot so be wary of outdated information.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/RLBot/RLBot",
    "name": "rlbot",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "rocket-league",
    "author": "RLBot Community",
    "author_email": "rlbotofficial@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/6f/73/289f7644c1b1b0fd0758290c51a2b54e1826ec49f84f9a295a214235f581/rlbot-1.68.0.tar.gz",
    "platform": null,
    "description": "# RLBot\r\n\r\nThe RLBot framework helps people create bots for use in Rocket League's offline modes, just for fun.\r\nIt provides values from the game like car and ball position, and carries back button presses.\r\nRLBot works for up to 10 bots.\r\n\r\nTo get started quickly with a simple working bot, you can clone this repository:\r\nhttps://github.com/RLBot/RLBotPythonExample\r\n\r\n### Requirements\r\nWindows, Rocket League, Python 3.6+ (Python 3.7 recommended)\r\n\r\n### Wikis\r\n\r\nFor more details, visit the [Setup guide](https://github.com/RLBot/RLBot/wiki/Setup-Instructions-%28current%29). When you're done, there are [more wikis](https://github.com/RLBot/RLBot/wiki) with additional information.\r\n\r\n### Extras\r\n\r\n#### Community Info\r\n - We have a [Discord server](https://discord.gg/zbaAKPt) (the heart of the community, please join!)\r\n - [We also have a subreddit.](https://www.reddit.com/r/RocketLeagueBots/)\r\n - We are now on v4 of RLBot so be wary of outdated information.\r\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "A framework for writing custom Rocket League bots that run offline.",
    "version": "1.68.0",
    "project_urls": {
        "Homepage": "https://github.com/RLBot/RLBot"
    },
    "split_keywords": [
        "rocket-league"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f73289f7644c1b1b0fd0758290c51a2b54e1826ec49f84f9a295a214235f581",
                "md5": "8f1f5788dcc2852b87bc30418d9c0f19",
                "sha256": "d4a899f5be75102f6f56da71e2bfefb3f68280967f08efa00e35d7a44b3b6bad"
            },
            "downloads": -1,
            "filename": "rlbot-1.68.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8f1f5788dcc2852b87bc30418d9c0f19",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2586472,
            "upload_time": "2024-06-02T15:12:32",
            "upload_time_iso_8601": "2024-06-02T15:12:32.284585Z",
            "url": "https://files.pythonhosted.org/packages/6f/73/289f7644c1b1b0fd0758290c51a2b54e1826ec49f84f9a295a214235f581/rlbot-1.68.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-02 15:12:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "RLBot",
    "github_project": "RLBot",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "rlbot"
}
        
Elapsed time: 9.62429s