pong-python

🏓 Simple terminal pong game made with python

View on GitHub

Pong Python 🏓

This is a simple pong game made with Python that you can play in your terminal.

demo

Installation

First, clone this repository and cd into it:

git clone https://github.com/SkwalExe/pong-python.git
cd pong-python

Then, install the dependencies:

pip install -r requirements.txt

Finally, launch the game with python

python src/main.py

Usage

Usage

Controls

final

If you have any problem, dont hesitate to open an issue.

contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.