Metadata-Version: 2.1
Name: pypong
Version: 0.1.0
Summary: Yet another pong game written in Python
Home-page: https://github.com/julianolf/pypong
License: MIT
Keywords: pong,game,pygame
Author: Juliano Fernandes
Author-email: julianofernandes@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Software Development :: Libraries :: pygame
Requires-Dist: pygame (==2.0.0.dev10)
Project-URL: Repository, https://github.com/julianolf/pypong
Description-Content-Type: text/x-rst

PyPONG
=======

Yet another Pong game written in Python.

.. image:: https://raw.githubusercontent.com/julianolf/pypong/master/screenshot.png
    :width: 640px
    :alt: game play screenshot

Requirements
------------

* Python >= 3.7, < 3.8

Installing
----------

Use ``pip`` to download and install the game. ::

    $ pip install pypong

Running
-------

Just type ``pypong`` to run the game. ::

    $ pypong

Controls
--------

Use the mouse cursor to control the paddle.

