baboo-game


Namebaboo-game JSON
Version 2.1.0 PyPI version JSON
download
home_page
SummaryA dice game prototype
upload_time2023-05-29 20:15:48
maintainer
docs_urlNone
author
requires_python>=3.10
licenseMIT License Copyright (c) 2023 Vitalii Sili Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords dicegame python console game
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Baboo Dice Game

[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
![Release](https://img.shields.io/github/v/release/vitaliisili/dice_game_python)
![PyPI version](https://img.shields.io/pypi/v/baboo-game)
![Watchers](https://img.shields.io/github/watchers/vitaliisili/dice_game_python?style=social)

#### *Welcome to Baboo Dice Game, an exciting and addictive dice game that will test your luck and strategy!* 

![baboo](https://lh3.googleusercontent.com/pw/AJFCJaWOlNjWnEZ6Lcp7Z8AE3YGCv1CaVTXDX-9VXJxfnNVw_Qljmyfhx-khr0Shs1wI2oESp3tbQ8dmKpcmOHViL-OoKLZE10lQ1qUbnz7cikdgstf7bFq7fds7V1WK7DTMOjJejmubcV0MMieJMfxASOtl=w577-h433-s-no)

*Gather your friends, set up the scoreboards, 
and prepare to dive into the thrilling world 
of Baboo Dice Game. Roll the dice, make strategic 
choices, and aim for the highest score to emerge 
as the ultimate dice champion! It's time to test
your luck, strategy, and decision-making skills 
in this addictive and enjoyable dice game.*

## How to run
### ***Method 1***:  *Download or Clone source file:*
- Step 1: Clone repository to your local machine and open the folder
```bash
git clone https://github.com/vitaliisili/dice_game_python
```

- Step 2: Install all requirements run command below
```bash
pip install -r requirements.txt
```

- Step 3: Go to directory `src/baboo_game and` and run file `main.py`
```bash
python3 main.py
```
Or use your favorite IDE to run `main.py`
 

 
### ***Method 2***:  *Use `pip` and install baboo-game from [PyPi]('https://pypi.org/project/baboo-game/)*
- Step 1: Install baboo-game package from [PyPi]('https://pypi.org/project/baboo-game/)
```bash
pip install baboo-game 
```

- Step 2: Import `main` function from baboo_game
```python
from baboo_game import main
```

- Step 3: Run game
```python
main.start()
```
***If you need `Virtual Environment` in Python look [here](https://www.freecodecamp.org/news/how-to-setup-virtual-environments-in-python/)***

![baboo](https://lh3.googleusercontent.com/bX55HaA98EqlNIre9gkICrZ7Cndd0qMowjG5TkgpkNK3IE2YRF2UA94Rj6-ucKaySz9E3Yx60VR2dfNkCCZAowZbNwmeQTWM0dJZQoANHFXohCvnBbI9gpMQa9YLXjoT9lGmEnJAZRDSpm9Vb9Ix6-MAMJ-LLp2zd3zaBJbRsphWTv_tVzmJDFM7_-xTeu0fShmpW7Yrka9sx7ISIm67-Lr_Y3vzieRllStQ5cZyCUp0Lc_eg6nig5PNIPE-bpUbYelskEiOEVKovq9l9_ggt4VXuk7mLlpmfMOtLpL7m8qpG2KK2pEljOeHcfUkcahfNgEPOsCKroy3GwGT4xKwD7SguwW7kzvFUlFUaGJlAd-mSFa7O4jY5GRMDw4Y0MLBdoRPAHcKBKYf36GrssVRUYp3TcDLtW2cDkHi6Hdzmvupek1xJ22AxLKCy7wJTMSMLEVyEuBbS0wt-xS5zfoUWH5GepUgNSoOUvWCQm86TZ6c1G4oahIPqNwMo5ALTalyb0SmshQKy0NZCxNJihXROTxA5Mgl1D85dnKIrbdYG29Vy6hGhAloNnSoq9287jfm5__om5y6Xbm7auum8MimVt9eZ4akGsI-_LaVB1LNMSM_KFHFt_Uvgxf_5RvWomuPti_vKlZ21Eg8NsKbIi5LXTnOqIfbn-dGqlrfvjHE1siM2D2l7hsWwb_SC3FEyunAErNmg_CFi8-GpahlRL3OSUIhbpFbKWctV04Z1_yQ3vfDnhnmb_2qrxIr5-3nJhxvp6IwrmxtIYp266qwSem28QIysbV-ubUADQuQ92h8LnZpN8Lp-BzGHz3-sfeHKRAICQmpCTSFCA9rEIjslCTpard1pxp56az3apgz2aERIUEhefvdV4pcmB-9zc-vpiW2Yxs_nFRB1PteTPiNGnwpOB0qN89mOilrQ97eaB2L4eKAXDT6SOJpiYAvimtI4PbBYswKuN_ZTlanj5FdULpV=w800-h600-s-no?authuser=0)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "baboo-game",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "dicegame,python,console game",
    "author": "",
    "author_email": "Vitalii Sili <vitaliisili@yahoo.com>",
    "download_url": "https://files.pythonhosted.org/packages/0e/30/805b8d068b872047e1d5858301174e8afeaa226071d0754b877eb562d704/baboo_game-2.1.0.tar.gz",
    "platform": null,
    "description": "# Baboo Dice Game\n\n[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)\n![Release](https://img.shields.io/github/v/release/vitaliisili/dice_game_python)\n![PyPI version](https://img.shields.io/pypi/v/baboo-game)\n![Watchers](https://img.shields.io/github/watchers/vitaliisili/dice_game_python?style=social)\n\n#### *Welcome to Baboo Dice Game, an exciting and addictive dice game that will test your luck and strategy!* \n\n![baboo](https://lh3.googleusercontent.com/pw/AJFCJaWOlNjWnEZ6Lcp7Z8AE3YGCv1CaVTXDX-9VXJxfnNVw_Qljmyfhx-khr0Shs1wI2oESp3tbQ8dmKpcmOHViL-OoKLZE10lQ1qUbnz7cikdgstf7bFq7fds7V1WK7DTMOjJejmubcV0MMieJMfxASOtl=w577-h433-s-no)\n\n*Gather your friends, set up the scoreboards, \nand prepare to dive into the thrilling world \nof Baboo Dice Game. Roll the dice, make strategic \nchoices, and aim for the highest score to emerge \nas the ultimate dice champion! It's time to test\nyour luck, strategy, and decision-making skills \nin this addictive and enjoyable dice game.*\n\n## How to run\n### ***Method 1***:  *Download or Clone source file:*\n- Step 1: Clone repository to your local machine and open the folder\n```bash\ngit clone https://github.com/vitaliisili/dice_game_python\n```\n\n- Step 2: Install all requirements run command below\n```bash\npip install -r requirements.txt\n```\n\n- Step 3: Go to directory `src/baboo_game and` and run file `main.py`\n```bash\npython3 main.py\n```\nOr use your favorite IDE to run `main.py`\n&nbsp;\n\n&nbsp;\n### ***Method 2***:  *Use `pip` and install baboo-game from [PyPi]('https://pypi.org/project/baboo-game/)*\n- Step 1: Install baboo-game package from [PyPi]('https://pypi.org/project/baboo-game/)\n```bash\npip install baboo-game \n```\n\n- Step 2: Import `main` function from baboo_game\n```python\nfrom baboo_game import main\n```\n\n- Step 3: Run game\n```python\nmain.start()\n```\n***If you need `Virtual Environment` in Python look [here](https://www.freecodecamp.org/news/how-to-setup-virtual-environments-in-python/)***\n\n![baboo](https://lh3.googleusercontent.com/bX55HaA98EqlNIre9gkICrZ7Cndd0qMowjG5TkgpkNK3IE2YRF2UA94Rj6-ucKaySz9E3Yx60VR2dfNkCCZAowZbNwmeQTWM0dJZQoANHFXohCvnBbI9gpMQa9YLXjoT9lGmEnJAZRDSpm9Vb9Ix6-MAMJ-LLp2zd3zaBJbRsphWTv_tVzmJDFM7_-xTeu0fShmpW7Yrka9sx7ISIm67-Lr_Y3vzieRllStQ5cZyCUp0Lc_eg6nig5PNIPE-bpUbYelskEiOEVKovq9l9_ggt4VXuk7mLlpmfMOtLpL7m8qpG2KK2pEljOeHcfUkcahfNgEPOsCKroy3GwGT4xKwD7SguwW7kzvFUlFUaGJlAd-mSFa7O4jY5GRMDw4Y0MLBdoRPAHcKBKYf36GrssVRUYp3TcDLtW2cDkHi6Hdzmvupek1xJ22AxLKCy7wJTMSMLEVyEuBbS0wt-xS5zfoUWH5GepUgNSoOUvWCQm86TZ6c1G4oahIPqNwMo5ALTalyb0SmshQKy0NZCxNJihXROTxA5Mgl1D85dnKIrbdYG29Vy6hGhAloNnSoq9287jfm5__om5y6Xbm7auum8MimVt9eZ4akGsI-_LaVB1LNMSM_KFHFt_Uvgxf_5RvWomuPti_vKlZ21Eg8NsKbIi5LXTnOqIfbn-dGqlrfvjHE1siM2D2l7hsWwb_SC3FEyunAErNmg_CFi8-GpahlRL3OSUIhbpFbKWctV04Z1_yQ3vfDnhnmb_2qrxIr5-3nJhxvp6IwrmxtIYp266qwSem28QIysbV-ubUADQuQ92h8LnZpN8Lp-BzGHz3-sfeHKRAICQmpCTSFCA9rEIjslCTpard1pxp56az3apgz2aERIUEhefvdV4pcmB-9zc-vpiW2Yxs_nFRB1PteTPiNGnwpOB0qN89mOilrQ97eaB2L4eKAXDT6SOJpiYAvimtI4PbBYswKuN_ZTlanj5FdULpV=w800-h600-s-no?authuser=0)\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Vitalii Sili  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "A dice game prototype",
    "version": "2.1.0",
    "project_urls": {
        "documentation": "https://github.com/vitaliisili/dice_game_python",
        "homepage": "https://github.com/vitaliisili/dice_game_python",
        "repository": "https://github.com/vitaliisili/dice_game_python"
    },
    "split_keywords": [
        "dicegame",
        "python",
        "console game"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9397a3a1e426a13a7a2b3205ab4ff8fc5d8700e29d715f668de7db011226d16f",
                "md5": "4c88bcd3a75f8fd37e1d8a7e0f28c48a",
                "sha256": "915ed47cb7c4eabdfd1dc0d52109eee54872746e0893a2a74470bf95ae9c5625"
            },
            "downloads": -1,
            "filename": "baboo_game-2.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4c88bcd3a75f8fd37e1d8a7e0f28c48a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 12351,
            "upload_time": "2023-05-29T20:15:46",
            "upload_time_iso_8601": "2023-05-29T20:15:46.547111Z",
            "url": "https://files.pythonhosted.org/packages/93/97/a3a1e426a13a7a2b3205ab4ff8fc5d8700e29d715f668de7db011226d16f/baboo_game-2.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e30805b8d068b872047e1d5858301174e8afeaa226071d0754b877eb562d704",
                "md5": "c26c3c980cd17d703aa7a8401e809ee2",
                "sha256": "2b241a721910c2091c2966b45ca905a93c29d00b9790eb50a388e2004b026754"
            },
            "downloads": -1,
            "filename": "baboo_game-2.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c26c3c980cd17d703aa7a8401e809ee2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 12891,
            "upload_time": "2023-05-29T20:15:48",
            "upload_time_iso_8601": "2023-05-29T20:15:48.198976Z",
            "url": "https://files.pythonhosted.org/packages/0e/30/805b8d068b872047e1d5858301174e8afeaa226071d0754b877eb562d704/baboo_game-2.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-29 20:15:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vitaliisili",
    "github_project": "dice_game_python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "baboo-game"
}
        
Elapsed time: 0.28745s