https://github.com/anuragnatoo/ping-pong
A ping-pong ball game in Python using Turtle module
https://github.com/anuragnatoo/ping-pong
basic-programming pong-game python3 turtle
Last synced: about 1 year ago
JSON representation
A ping-pong ball game in Python using Turtle module
- Host: GitHub
- URL: https://github.com/anuragnatoo/ping-pong
- Owner: anuragnatoo
- License: mit
- Created: 2020-04-03T10:03:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T05:02:52.000Z (almost 6 years ago)
- Last Synced: 2025-01-11T21:09:58.525Z (about 1 year ago)
- Topics: basic-programming, pong-game, python3, turtle
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ping-Pong
A ping-pong ball game in Python using Turtle module
##### Requirements : Turtle module
#### How to Play
If a player misses to hit the ball, he loses a point to other player
Player 1:
W- Move Up
S- Move Down
Player 2:
↑ - Move Up
↓ - Move Down
### Clone it, Run the file and play!