play2048


Nameplay2048 JSON
Version 6.0 PyPI version JSON
download
home_pagehttps://github.com/5-23/play2048
Summaryjust 2048 game lib
upload_time2023-11-09 23:07:00
maintainer
docs_urlNone
author5-23
requires_python>=3.6
licenseMIT
keywords 5-23 2048 game play2048 2048play
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # play2048
간단하게 2048을 만들수 있는 라이브러리 입니다

## 사용법
먼저 콘솔에 이걸 입력해주세요
```
pip install play2048
```
그후 [예제](https://github.com/objectiveTM/play2048/blob/main/examples)대로 처주시면 됩니다

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/5-23/play2048",
    "name": "play2048",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "5-23,2048,game,play2048,2048play",
    "author": "5-23",
    "author_email": "rustacean@5-23.dev",
    "download_url": "https://files.pythonhosted.org/packages/67/21/8370702e052790237143ffc91aa714825601b76e59b3dcc52fe883787e4c/play2048-6.0.tar.gz",
    "platform": null,
    "description": "# play2048\n\uac04\ub2e8\ud558\uac8c 2048\uc744 \ub9cc\ub4e4\uc218 \uc788\ub294 \ub77c\uc774\ube0c\ub7ec\ub9ac \uc785\ub2c8\ub2e4\n\n## \uc0ac\uc6a9\ubc95\n\uba3c\uc800 \ucf58\uc194\uc5d0 \uc774\uac78 \uc785\ub825\ud574\uc8fc\uc138\uc694\n```\npip install play2048\n```\n\uadf8\ud6c4 [\uc608\uc81c](https://github.com/objectiveTM/play2048/blob/main/examples)\ub300\ub85c \ucc98\uc8fc\uc2dc\uba74 \ub429\ub2c8\ub2e4\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "just 2048 game lib",
    "version": "6.0",
    "project_urls": {
        "Homepage": "https://github.com/5-23/play2048"
    },
    "split_keywords": [
        "5-23",
        "2048",
        "game",
        "play2048",
        "2048play"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f75e4c591a9645273518703676aa531b309e2112e139e10722fad6b8d00685b6",
                "md5": "7294b2bc52f0e6b6384d5d4c4c4f047d",
                "sha256": "49a83ffd6ad8b825c968ba7f979e14c01f2b9d441aaae20c4248bb99d02ef276"
            },
            "downloads": -1,
            "filename": "play2048-6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7294b2bc52f0e6b6384d5d4c4c4f047d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 5262,
            "upload_time": "2023-11-09T23:06:58",
            "upload_time_iso_8601": "2023-11-09T23:06:58.858621Z",
            "url": "https://files.pythonhosted.org/packages/f7/5e/4c591a9645273518703676aa531b309e2112e139e10722fad6b8d00685b6/play2048-6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "67218370702e052790237143ffc91aa714825601b76e59b3dcc52fe883787e4c",
                "md5": "52616cc13eef0b44d0568be44e212d2d",
                "sha256": "f0283a554957ea701067555eefb2922b14a757a1a2ed9ae3ad1f6d0041ca7160"
            },
            "downloads": -1,
            "filename": "play2048-6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "52616cc13eef0b44d0568be44e212d2d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 4544,
            "upload_time": "2023-11-09T23:07:00",
            "upload_time_iso_8601": "2023-11-09T23:07:00.400557Z",
            "url": "https://files.pythonhosted.org/packages/67/21/8370702e052790237143ffc91aa714825601b76e59b3dcc52fe883787e4c/play2048-6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-09 23:07:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "5-23",
    "github_project": "play2048",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "play2048"
}
        
Elapsed time: 0.15781s