pong-atari


Namepong-atari JSON
Version 2.1.0 PyPI version JSON
download
home_page
SummaryPong written using pygame
upload_time2023-01-30 22:29:18
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT License Copyright (c) 2022 Jacob Alexander Thompson 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 application atari executable game pong
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]


<br />
<div align="center">
  <a href="https://github.com/jacob-thompson/pong-atari">
    <img src="https://raw.githubusercontent.com/jacob-thompson/pong-atari/main/src/pong_atari/data/gfx/logo.png" alt="Logo" width="80" height="80">
  </a>

  <h3 align="center">pong-atari</h3>

  <p align="center">
    Pong written using pygame
    <br />
  </p>
</div>


## About The Project

![Pong Screenshot](https://raw.githubusercontent.com/jacob-thompson/pong-atari/main/src/pong_atari/data/gfx/screenshot.png)

This executable program is an implementation of [Pong](https://en.wikipedia.org/wiki/Pong), originally developed and released by [Atari](https://en.wikipedia.org/wiki/Atari,_Inc._(1972%E2%80%931992)) in 1972. This implementation was created using [Pygame](https://www.pygame.org/wiki/about) and hand-made [resources](https://github.com/jacob-thompson/pong-atari/tree/main/src/pong_atari/data).


## Getting Started

Follow the below steps to get the program running:

#### Download

```sh
pip install pong-atari
```

#### Run

```sh
pong
```

## Controls

The game may be quit by pressing `Esc` at any time.
Controls can be brought up in-game by pressing `C` on the menu screen.

#### Menu

* `C` Show controls
* `1` Select first menu option (One player)
* `2` Select second menu option (Two players)
* `3` Toggle third menu option (Sound)

#### In-Game

![Controls Screenshot](https://raw.githubusercontent.com/jacob-thompson/pong-atari/main/src/pong_atari/data/gfx/controls.png)

###### Movement

* `W` Move Player1 up
* `S` Move Player1 down
* `I` Move Player2 (or Player1 in single-player) up
* `K` Move Player2 (or Player1 in single-player) down

In single-player games, Player1 may use either control scheme.

###### Pause/Quit

* `P` or `Q` Pause the game
* `M` or `Z` Exit to menu


## License

Distributed under the MIT License. See [LICENSE](https://github.com/jacob-thompson/pong-atari/blob/main/LICENSE) for more information.


## Project Links

Github - [jacob-thompson/pong-atari](https://github.com/jacob-thompson/pong-atari)

PyPI - [pong-atari](https://pypi.org/project/pong-atari/)


## Contact

Jacob Alexander Thompson - jacobalthompson@gmail.com


[contributors-shield]: https://img.shields.io/github/contributors/jacob-thompson/pong-atari.svg?style=flat
[contributors-url]: https://github.com/jacob-thompson/pong-atari/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/jacob-thompson/pong-atari.svg?style=flat
[forks-url]: https://github.com/jacob-thompson/pong-atari/network/members
[stars-shield]: https://img.shields.io/github/stars/jacob-thompson/pong-atari.svg?style=flat
[stars-url]: https://github.com/jacob-thompson/pong-atari/stargazers
[issues-shield]: https://img.shields.io/github/issues/jacob-thompson/Pong.svg?style=flat
[issues-url]: https://github.com/jacob-thompson/pong-atari/issues
[license-shield]: https://img.shields.io/github/license/jacob-thompson/Pong.svg?style=flat
[license-url]: https://github.com/jacob-thompson/pong-atari/blob/main/LICENSE
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pong-atari",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "\"Jacob A. Thompson\" <jacobalthompson@gmail.com>",
    "keywords": "application,atari,executable,game,pong",
    "author": "",
    "author_email": "\"Jacob A. Thompson\" <jacobalthompson@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/32/38/7e4a95683563534d46a4cccf9a713971b07af91bb46e6051dbc12aa74cb5/pong_atari-2.1.0.tar.gz",
    "platform": null,
    "description": "[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![MIT License][license-shield]][license-url]\n\n\n<br />\n<div align=\"center\">\n  <a href=\"https://github.com/jacob-thompson/pong-atari\">\n    <img src=\"https://raw.githubusercontent.com/jacob-thompson/pong-atari/main/src/pong_atari/data/gfx/logo.png\" alt=\"Logo\" width=\"80\" height=\"80\">\n  </a>\n\n  <h3 align=\"center\">pong-atari</h3>\n\n  <p align=\"center\">\n    Pong written using pygame\n    <br />\n  </p>\n</div>\n\n\n## About The Project\n\n![Pong Screenshot](https://raw.githubusercontent.com/jacob-thompson/pong-atari/main/src/pong_atari/data/gfx/screenshot.png)\n\nThis executable program is an implementation of [Pong](https://en.wikipedia.org/wiki/Pong), originally developed and released by [Atari](https://en.wikipedia.org/wiki/Atari,_Inc._(1972%E2%80%931992)) in 1972. This implementation was created using [Pygame](https://www.pygame.org/wiki/about) and hand-made [resources](https://github.com/jacob-thompson/pong-atari/tree/main/src/pong_atari/data).\n\n\n## Getting Started\n\nFollow the below steps to get the program running:\n\n#### Download\n\n```sh\npip install pong-atari\n```\n\n#### Run\n\n```sh\npong\n```\n\n## Controls\n\nThe game may be quit by pressing `Esc` at any time.\nControls can be brought up in-game by pressing `C` on the menu screen.\n\n#### Menu\n\n* `C` Show controls\n* `1` Select first menu option (One player)\n* `2` Select second menu option (Two players)\n* `3` Toggle third menu option (Sound)\n\n#### In-Game\n\n![Controls Screenshot](https://raw.githubusercontent.com/jacob-thompson/pong-atari/main/src/pong_atari/data/gfx/controls.png)\n\n###### Movement\n\n* `W` Move Player1 up\n* `S` Move Player1 down\n* `I` Move Player2 (or Player1 in single-player) up\n* `K` Move Player2 (or Player1 in single-player) down\n\nIn single-player games, Player1 may use either control scheme.\n\n###### Pause/Quit\n\n* `P` or `Q` Pause the game\n* `M` or `Z` Exit to menu\n\n\n## License\n\nDistributed under the MIT License. See [LICENSE](https://github.com/jacob-thompson/pong-atari/blob/main/LICENSE) for more information.\n\n\n## Project Links\n\nGithub - [jacob-thompson/pong-atari](https://github.com/jacob-thompson/pong-atari)\n\nPyPI - [pong-atari](https://pypi.org/project/pong-atari/)\n\n\n## Contact\n\nJacob Alexander Thompson - jacobalthompson@gmail.com\n\n\n[contributors-shield]: https://img.shields.io/github/contributors/jacob-thompson/pong-atari.svg?style=flat\n[contributors-url]: https://github.com/jacob-thompson/pong-atari/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/jacob-thompson/pong-atari.svg?style=flat\n[forks-url]: https://github.com/jacob-thompson/pong-atari/network/members\n[stars-shield]: https://img.shields.io/github/stars/jacob-thompson/pong-atari.svg?style=flat\n[stars-url]: https://github.com/jacob-thompson/pong-atari/stargazers\n[issues-shield]: https://img.shields.io/github/issues/jacob-thompson/Pong.svg?style=flat\n[issues-url]: https://github.com/jacob-thompson/pong-atari/issues\n[license-shield]: https://img.shields.io/github/license/jacob-thompson/Pong.svg?style=flat\n[license-url]: https://github.com/jacob-thompson/pong-atari/blob/main/LICENSE",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022 Jacob Alexander Thompson  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": "Pong written using pygame",
    "version": "2.1.0",
    "split_keywords": [
        "application",
        "atari",
        "executable",
        "game",
        "pong"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc086663e25ff9f2cbb0d9b0bd05abf574c47383d5c8a49501de310a77559039",
                "md5": "edbf8aa9d1be153d8959696bafda4ab0",
                "sha256": "04b635407ec5407f2e0aaf518e292ef29cd8cf94ae12076d4656d3d3157368a8"
            },
            "downloads": -1,
            "filename": "pong_atari-2.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "edbf8aa9d1be153d8959696bafda4ab0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 100437,
            "upload_time": "2023-01-30T22:29:16",
            "upload_time_iso_8601": "2023-01-30T22:29:16.221319Z",
            "url": "https://files.pythonhosted.org/packages/cc/08/6663e25ff9f2cbb0d9b0bd05abf574c47383d5c8a49501de310a77559039/pong_atari-2.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32387e4a95683563534d46a4cccf9a713971b07af91bb46e6051dbc12aa74cb5",
                "md5": "79f6a988a26064fc04e41ad6fb97ea5f",
                "sha256": "bca1e24e4c33e5843fa554211aabfcba094458cd69ec483e996a46cdc8d74a32"
            },
            "downloads": -1,
            "filename": "pong_atari-2.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "79f6a988a26064fc04e41ad6fb97ea5f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 98036,
            "upload_time": "2023-01-30T22:29:18",
            "upload_time_iso_8601": "2023-01-30T22:29:18.669544Z",
            "url": "https://files.pythonhosted.org/packages/32/38/7e4a95683563534d46a4cccf9a713971b07af91bb46e6051dbc12aa74cb5/pong_atari-2.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-30 22:29:18",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pong-atari"
}
        
Elapsed time: 0.03497s