memory-game


Namememory-game JSON
Version 0.3 PyPI version JSON
download
home_pagehttps://github.com/oridemitsuhiko
SummaryA simple console-based memory game
upload_time2024-05-27 04:39:57
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Memory Game

A simple console-based memory game where players match pairs of cards.

## Features

- Randomized board generation
- Turn counter
- Simple text-based interface

 Installation

You can install the package from PyPI:
    ```bash
    pip install memory_game

## Usage
To start the game, simply run the following command in your terminal:
    ```bash
    memory_game

## How to play
- The game board will be displayed with all cards hidden.
- Enter the position of the first card to flip (e.g., 0 1 for the card at row 0, column 1).
- Enter the position of the second card to flip.
- If the cards match, they will stay revealed. If not, they will be hidden again.
- The game ends when all pairs are matched.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/oridemitsuhiko",
    "name": "memory-game",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/c3/9e/021b34dd3a98f0daa14160c6f0ca2e392b5461fc785546112f07da683866/memory_game-0.3.tar.gz",
    "platform": null,
    "description": "# Memory Game\n\nA simple console-based memory game where players match pairs of cards.\n\n## Features\n\n- Randomized board generation\n- Turn counter\n- Simple text-based interface\n\n Installation\n\nYou can install the package from PyPI:\n    ```bash\n    pip install memory_game\n\n## Usage\nTo start the game, simply run the following command in your terminal:\n    ```bash\n    memory_game\n\n## How to play\n- The game board will be displayed with all cards hidden.\n- Enter the position of the first card to flip (e.g., 0 1 for the card at row 0, column 1).\n- Enter the position of the second card to flip.\n- If the cards match, they will stay revealed. If not, they will be hidden again.\n- The game ends when all pairs are matched.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple console-based memory game",
    "version": "0.3",
    "project_urls": {
        "Homepage": "https://github.com/oridemitsuhiko"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb25212fdaa958b244fd8a635d5bc5d1bf98be524c4f4678b6cd110836177578",
                "md5": "0ffed14fec5478a9d62cff5f9fdb0d6c",
                "sha256": "f2e52df807e704ac9c4486630274d6b1d7a2f71bd89655208c88b5c8517ddcb2"
            },
            "downloads": -1,
            "filename": "memory_game-0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0ffed14fec5478a9d62cff5f9fdb0d6c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4692,
            "upload_time": "2024-05-27T04:39:56",
            "upload_time_iso_8601": "2024-05-27T04:39:56.718679Z",
            "url": "https://files.pythonhosted.org/packages/bb/25/212fdaa958b244fd8a635d5bc5d1bf98be524c4f4678b6cd110836177578/memory_game-0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c39e021b34dd3a98f0daa14160c6f0ca2e392b5461fc785546112f07da683866",
                "md5": "7a79461c644825a927d6cdcfdedef4d5",
                "sha256": "e16fdc791f2289a6f0f4f23d2c14c86b577294fa5fe1497c87b96ce0a5c0f237"
            },
            "downloads": -1,
            "filename": "memory_game-0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "7a79461c644825a927d6cdcfdedef4d5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3702,
            "upload_time": "2024-05-27T04:39:57",
            "upload_time_iso_8601": "2024-05-27T04:39:57.953490Z",
            "url": "https://files.pythonhosted.org/packages/c3/9e/021b34dd3a98f0daa14160c6f0ca2e392b5461fc785546112f07da683866/memory_game-0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-27 04:39:57",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "memory-game"
}
        
Elapsed time: 0.24479s