SkwalExe / pong-python

πŸ“ Simple terminal pong game made with python

Home Page:https://skwalexe.github.io/pong-python/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Use the arrow keys to move the paddle
  • Use ESC to quit the game
  • Use SPACE to pause the game

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.

About

πŸ“ Simple terminal pong game made with python

https://skwalexe.github.io/pong-python/

License:MIT License


Languages

Language:Python 100.0%