bionicblue


Namebionicblue JSON
Version 0.10.0 PyPI version JSON
download
home_pagehttps://bionicblue.indiepython.com
SummaryA bionic boy fights robots to protect humanity in this action platformer game
upload_time2023-12-11 19:53:31
maintainer
docs_urlNone
authorKennedy Richard
requires_python>=3.7
licenseUnlicense
keywords gui desktop application pygame pygame-ce game indie video game
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Bionic Blue (by Kennedy Guerra)

<img style="display:block;margin:auto;" alt="game logo" src="https://i.imgur.com/tjBQKXp.png" />
<br />

<img style="display:block;margin:auto;" alt="game screenshot" src="https://i.imgur.com/wtGpzXK.png" />
<br />

<img style="display:block;margin:auto;" alt="game screenshot" src="https://i.imgur.com/kfKJRTD.gif" />
<br />


Bionic Blue is an action platformer game featuring a bionic boy tasked with protecting humanity against dangerous robots. It is currently at an early stage of development and for now works like a demo to showcase gameplay. This project is part of the [Indie Python](https://github.com/IndiePython) project and has a [dedicated website](https://bionicblue.indiepython.com) where you can find more info about it.

It is made in [Python](https://github.com/python/cpython)/[pygame-ce](https://github.com/pygame-community/pygame-ce) targeting desktop platforms where Python is available like Windows, Mac and Linux.

This game was created by [Kennedy R. S. Guerra](https://kennedyrichard.com) (me), who also develops/maintains the game.

Check this youtube video where the game is briefly presented:

<a href="https://www.youtube.com/watch?v=oTrZM4GC_3w">
  <img style="display:block;margin:auto;" alt="thumb of youtube video" src="https://img.youtube.com/vi/oTrZM4GC_3w/hqdefault.jpg" />
</a>

<br />


## Installing & running the game

To run the game, installation is actually optional.


### If you want to install...

You can install bionic blue from the Python Package Index with the `pip` command:

```bash
pip install bionicblue
```

This will install the `pygame-ce` library (pygame community edition fork) as well if not already present. To run the installed game, all you need now is to run the `bionicblue` command.


### If you want to use as a standalone program

Download the `bionicblue` folder in the top of the repository folder. Then, if you have the `pygame-ce` library (pygame community edition fork) installed in the Python instance you'll use to run the game, you just need to execute the command below in the directory where you put the `bionicblue` folder:

```python
python3 -m bionicblue
```

Depending on your system, you might need to use the `python` command instead of the `python3` command above. That's all you should need.

However, if the pygame installed in the Python instance used to run the game isn't pygame-ce the game won't launch. Instead, a dialog will appear explaining the problem and providing instructions to replace your pygame installation by the community edition fork. Both regular pygame and the community edition fork (pygame-ce) are great, but the game can only run with pygame-ce because it uses services that are available solely in that library.


## Controls

The controls are configurable both for keyboard and gamepad.

Default controls for keyboard are...

| Action | Key |
| --- | --- |
| Movement | w, a, s, d keys |
| Shoot | j |
| Jump | k |

Enter (return) and escape keys are reserved for confirming and exitting/going back, respectively. Arrow keys are used to navigate menus, but can also be configured to be used for moving the character.

Regarding the gamepad, the user doesn't need to configure directional buttons/triggers. Those are detected and managed automatically. The user only needs to configure the gamepad for actions like shooting, jumping, etc.



## Contributing

Keep in mind this is a game project, so it has a design and finite set of features defined by its creator (me, Kennedy Guerra) according to his vision. In other words, as much as we love contributions in general in the Indie Python project, for this game project we would like the contributions to be limited to refactoring/optimizing/fixing the existing code, rather than changing the design/content of the game.

If in doubt, please [start a discussion](https://github.com/IndiePython/bionic-blue/discussions) first, in order to discuss what you would like to change.


## Issues

Issues are reserved for things that crash the game or otherwise prevent the user from progressing in the game. Please, if you're not certain, [start a discussion](https://github.com/IndiePython/bionic-blue/discussions) instead. It can always be converted into an issue later if needed.

## Contact

Contact me any time via [twitter](https://twitter.com/KennedyRichard), [mastodon](https://fosstodon.org/KennedyRichard) or [email](mailto:kennedy@kennedyrichard.com).

You are also welcome on the Indie Python's [discord server](https://indiepython.com/discord).


## License

Bionic Blue is dedicated to the public domain with [The Unlicense](https://unlicense.org/).


## Help the Indie Python project

Please, [support the Indie Python project](https://indiepython.com/donate) so more free open-source games like this one can be made.


## Why the name on game's title

Making games is arduous and honest work. Musicians, illustrators and many other professionals always sign their works. People who make games should not be afraid of doing so as well. Check [Bennett Foddy and Zach Gage's video](https://www.youtube.com/watch?v=N4UFC0y1tY0) to learn more about this.

            

Raw data

            {
    "_id": null,
    "home_page": "https://bionicblue.indiepython.com",
    "name": "bionicblue",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "gui,desktop,application,pygame,pygame-ce,game,indie,video game",
    "author": "Kennedy Richard",
    "author_email": "kennedy@kennedyrichard.com",
    "download_url": "https://files.pythonhosted.org/packages/cd/09/a2136cf0210966fe3eb6e5574ed88334a69e413a9771c794b8dd33c45ed1/bionicblue-0.10.0.tar.gz",
    "platform": null,
    "description": "# Bionic Blue (by Kennedy Guerra)\n\n<img style=\"display:block;margin:auto;\" alt=\"game logo\" src=\"https://i.imgur.com/tjBQKXp.png\" />\n<br />\n\n<img style=\"display:block;margin:auto;\" alt=\"game screenshot\" src=\"https://i.imgur.com/wtGpzXK.png\" />\n<br />\n\n<img style=\"display:block;margin:auto;\" alt=\"game screenshot\" src=\"https://i.imgur.com/kfKJRTD.gif\" />\n<br />\n\n\nBionic Blue is an action platformer game featuring a bionic boy tasked with protecting humanity against dangerous robots. It is currently at an early stage of development and for now works like a demo to showcase gameplay. This project is part of the [Indie Python](https://github.com/IndiePython) project and has a [dedicated website](https://bionicblue.indiepython.com) where you can find more info about it.\n\nIt is made in [Python](https://github.com/python/cpython)/[pygame-ce](https://github.com/pygame-community/pygame-ce) targeting desktop platforms where Python is available like Windows, Mac and Linux.\n\nThis game was created by [Kennedy R. S. Guerra](https://kennedyrichard.com) (me), who also develops/maintains the game.\n\nCheck this youtube video where the game is briefly presented:\n\n<a href=\"https://www.youtube.com/watch?v=oTrZM4GC_3w\">\n  <img style=\"display:block;margin:auto;\" alt=\"thumb of youtube video\" src=\"https://img.youtube.com/vi/oTrZM4GC_3w/hqdefault.jpg\" />\n</a>\n\n<br />\n\n\n## Installing & running the game\n\nTo run the game, installation is actually optional.\n\n\n### If you want to install...\n\nYou can install bionic blue from the Python Package Index with the `pip` command:\n\n```bash\npip install bionicblue\n```\n\nThis will install the `pygame-ce` library (pygame community edition fork) as well if not already present. To run the installed game, all you need now is to run the `bionicblue` command.\n\n\n### If you want to use as a standalone program\n\nDownload the `bionicblue` folder in the top of the repository folder. Then, if you have the `pygame-ce` library (pygame community edition fork) installed in the Python instance you'll use to run the game, you just need to execute the command below in the directory where you put the `bionicblue` folder:\n\n```python\npython3 -m bionicblue\n```\n\nDepending on your system, you might need to use the `python` command instead of the `python3` command above. That's all you should need.\n\nHowever, if the pygame installed in the Python instance used to run the game isn't pygame-ce the game won't launch. Instead, a dialog will appear explaining the problem and providing instructions to replace your pygame installation by the community edition fork. Both regular pygame and the community edition fork (pygame-ce) are great, but the game can only run with pygame-ce because it uses services that are available solely in that library.\n\n\n## Controls\n\nThe controls are configurable both for keyboard and gamepad.\n\nDefault controls for keyboard are...\n\n| Action | Key |\n| --- | --- |\n| Movement | w, a, s, d keys |\n| Shoot | j |\n| Jump | k |\n\nEnter (return) and escape keys are reserved for confirming and exitting/going back, respectively. Arrow keys are used to navigate menus, but can also be configured to be used for moving the character.\n\nRegarding the gamepad, the user doesn't need to configure directional buttons/triggers. Those are detected and managed automatically. The user only needs to configure the gamepad for actions like shooting, jumping, etc.\n\n\n\n## Contributing\n\nKeep in mind this is a game project, so it has a design and finite set of features defined by its creator (me, Kennedy Guerra) according to his vision. In other words, as much as we love contributions in general in the Indie Python project, for this game project we would like the contributions to be limited to refactoring/optimizing/fixing the existing code, rather than changing the design/content of the game.\n\nIf in doubt, please [start a discussion](https://github.com/IndiePython/bionic-blue/discussions) first, in order to discuss what you would like to change.\n\n\n## Issues\n\nIssues are reserved for things that crash the game or otherwise prevent the user from progressing in the game. Please, if you're not certain, [start a discussion](https://github.com/IndiePython/bionic-blue/discussions) instead. It can always be converted into an issue later if needed.\n\n## Contact\n\nContact me any time via [twitter](https://twitter.com/KennedyRichard), [mastodon](https://fosstodon.org/KennedyRichard) or [email](mailto:kennedy@kennedyrichard.com).\n\nYou are also welcome on the Indie Python's [discord server](https://indiepython.com/discord).\n\n\n## License\n\nBionic Blue is dedicated to the public domain with [The Unlicense](https://unlicense.org/).\n\n\n## Help the Indie Python project\n\nPlease, [support the Indie Python project](https://indiepython.com/donate) so more free open-source games like this one can be made.\n\n\n## Why the name on game's title\n\nMaking games is arduous and honest work. Musicians, illustrators and many other professionals always sign their works. People who make games should not be afraid of doing so as well. Check [Bennett Foddy and Zach Gage's video](https://www.youtube.com/watch?v=N4UFC0y1tY0) to learn more about this.\n",
    "bugtrack_url": null,
    "license": "Unlicense",
    "summary": "A bionic boy fights robots to protect humanity in this action platformer game",
    "version": "0.10.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/IndiePython/bionic-blue/issues",
        "Donate": "https://indiepython.com/donate",
        "Forum": "https://github.com/IndiePython/bionic-blue/discussions",
        "Homepage": "https://bionicblue.indiepython.com",
        "Source code": "https://github.com/IndiePython/bionic-blue"
    },
    "split_keywords": [
        "gui",
        "desktop",
        "application",
        "pygame",
        "pygame-ce",
        "game",
        "indie",
        "video game"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b4ac995c8f7ea2d186f9028fb54f31cf23a6ce32ecd53e281fe6eb497a0249d5",
                "md5": "31de1a0caaddaa1a44daa0837e4d0f5e",
                "sha256": "6381b8afe45dddb5915019dd4219fa1c66bc36aa0808171f5cef98b14a908088"
            },
            "downloads": -1,
            "filename": "bionicblue-0.10.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "31de1a0caaddaa1a44daa0837e4d0f5e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 3526771,
            "upload_time": "2023-12-11T19:53:28",
            "upload_time_iso_8601": "2023-12-11T19:53:28.599010Z",
            "url": "https://files.pythonhosted.org/packages/b4/ac/995c8f7ea2d186f9028fb54f31cf23a6ce32ecd53e281fe6eb497a0249d5/bionicblue-0.10.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd09a2136cf0210966fe3eb6e5574ed88334a69e413a9771c794b8dd33c45ed1",
                "md5": "f5f3e337ae34c0bbc53087fa58c5175c",
                "sha256": "3c15be63fc2682c1a532000cc1fca5556b10768c14f842bd27b369956142ef3a"
            },
            "downloads": -1,
            "filename": "bionicblue-0.10.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f5f3e337ae34c0bbc53087fa58c5175c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3463466,
            "upload_time": "2023-12-11T19:53:31",
            "upload_time_iso_8601": "2023-12-11T19:53:31.701813Z",
            "url": "https://files.pythonhosted.org/packages/cd/09/a2136cf0210966fe3eb6e5574ed88334a69e413a9771c794b8dd33c45ed1/bionicblue-0.10.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-11 19:53:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "IndiePython",
    "github_project": "bionic-blue",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "bionicblue"
}
        
Elapsed time: 0.15059s