An open API service indexing awesome lists of open source software.

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

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!