11 lines
304 B
Markdown
11 lines
304 B
Markdown
# Ping Pong Game
|
|
This ping_pong game made by frank
|
|
|
|

|
|
|
|
## Setup & Run
|
|
Install the required dependency and start the game with the following commands:
|
|
```bash
|
|
pip install pgzero
|
|
python main.py
|