pyuno-game


Namepyuno-game JSON
Version 0.0.4 PyPI version JSON
download
home_page
SummaryA uno game
upload_time2023-06-04 08:02:10
maintainer
docs_urlNone
author
requires_python
licenseMIT License Copyright (c) 2023 Lokdora 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 uno game
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Uno-Game
A Uno game implemented in Python

Currently a placeholder but may be updated in the future.

## Installation

```bash
pip install pyuno-game
```

## Rules

Official Rules can be found [here](https://service.mattel.com/us/instruction_sheets.aspx).
Do note that there are many variations of the game (also known as Theme Packs) and the rules can be very different.
The target of this project is to implement the original uno game, and potentially allow for customisation as extensions.

Some most popular (citation required) rules is listed below, and also can be found under the [rules](rules/) folder.

- UNO Flip™ (2019) - [rules](rules/GDG37-Eng.pdf)
- UNO® Card Game (2016) - [rules](rules/FFK04-Eng.pdf)
- UNO® Card Game (2010) - [rules](rules/41940-Eng.pdf)
- UNO® Card Game (2008?) - [rules](rules/UNO%20Basic%20IS.pdf)

The last one above is the one wildly used by 3rd party website including [Wikipeida](https://en.wikipedia.org/wiki/Uno_(card_game)#cite_note-UNO-6)
and [Mattel Wiki](https://mattel.fandom.com/wiki/UNO#cite_note-UNO-4), but it can't be found on the official website
(Although the file is still on the server, the product page offers a different version of the rules, which is also provided above).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pyuno-game",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "uno,game",
    "author": "",
    "author_email": "Dorapower <thatisluo@outlook.com>",
    "download_url": "https://files.pythonhosted.org/packages/65/4b/db02b9a7a303032adf7fe4e267edc03e20d0b77146d5ac0e12aa998f6661/pyuno-game-0.0.4.tar.gz",
    "platform": null,
    "description": "# Uno-Game\nA Uno game implemented in Python\n\nCurrently a placeholder but may be updated in the future.\n\n## Installation\n\n```bash\npip install pyuno-game\n```\n\n## Rules\n\nOfficial Rules can be found [here](https://service.mattel.com/us/instruction_sheets.aspx).\nDo note that there are many variations of the game (also known as Theme Packs) and the rules can be very different.\nThe target of this project is to implement the original uno game, and potentially allow for customisation as extensions.\n\nSome most popular (citation required) rules is listed below, and also can be found under the [rules](rules/) folder.\n\n- UNO Flip\u2122 (2019) - [rules](rules/GDG37-Eng.pdf)\n- UNO\u00ae Card Game (2016) - [rules](rules/FFK04-Eng.pdf)\n- UNO\u00ae Card Game (2010) - [rules](rules/41940-Eng.pdf)\n- UNO\u00ae Card Game (2008?) - [rules](rules/UNO%20Basic%20IS.pdf)\n\nThe last one above is the one wildly used by 3rd party website including [Wikipeida](https://en.wikipedia.org/wiki/Uno_(card_game)#cite_note-UNO-6)\nand [Mattel Wiki](https://mattel.fandom.com/wiki/UNO#cite_note-UNO-4), but it can't be found on the official website\n(Although the file is still on the server, the product page offers a different version of the rules, which is also provided above).\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Lokdora  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 uno game",
    "version": "0.0.4",
    "project_urls": {
        "Documentation": "https://github.com/Dorapower/Uno-Game/wiki",
        "Homepage": "https://github.com/Dorapower/Uno-Game",
        "Repository": "https://github.com/Dorapower/Uno-Game.git"
    },
    "split_keywords": [
        "uno",
        "game"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9b3c65351807ac62454d0263bbf5f18b851184ff26e09de44c823e30d3c3986",
                "md5": "4cdf33aa36af68a83544065598db48ff",
                "sha256": "909c70db042675234f1eb802511c7fc7821bdc286173cf9c6bcef58d44721a35"
            },
            "downloads": -1,
            "filename": "pyuno_game-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4cdf33aa36af68a83544065598db48ff",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3519,
            "upload_time": "2023-06-04T08:02:08",
            "upload_time_iso_8601": "2023-06-04T08:02:08.648215Z",
            "url": "https://files.pythonhosted.org/packages/a9/b3/c65351807ac62454d0263bbf5f18b851184ff26e09de44c823e30d3c3986/pyuno_game-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "654bdb02b9a7a303032adf7fe4e267edc03e20d0b77146d5ac0e12aa998f6661",
                "md5": "ef312c26271d495ecf4ce1d3d4afd407",
                "sha256": "45c4e531583153799a1923a2bf332d1f981adaa5afb2080d609d0b827c9d33a6"
            },
            "downloads": -1,
            "filename": "pyuno-game-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "ef312c26271d495ecf4ce1d3d4afd407",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2909,
            "upload_time": "2023-06-04T08:02:10",
            "upload_time_iso_8601": "2023-06-04T08:02:10.110384Z",
            "url": "https://files.pythonhosted.org/packages/65/4b/db02b9a7a303032adf7fe4e267edc03e20d0b77146d5ac0e12aa998f6661/pyuno-game-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-04 08:02:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Dorapower",
    "github_project": "Uno-Game",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyuno-game"
}
        
Elapsed time: 0.07163s