This is a simple pong game made with Python that you can play in your terminal.
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
- Use the arrow keys to move the paddle
- Use
ESC
to quit the game - Use
SPACE
to pause the game
If you have any problem, dont hesitate to open an issue.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.