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

https://github.com/srimani-programmer/ping-pong-game

Ping Pong Game in python with turtle module.
https://github.com/srimani-programmer/ping-pong-game

game ping-pong-game python3 turtle

Last synced: 12 months ago
JSON representation

Ping Pong Game in python with turtle module.

Awesome Lists containing this project

README

          

# PING PONG GAME

It is multiplayer ping pong game build on turtle module. where two persons can play this game.you can simply run the file to play the game by downloading all the files that are necessary to the game.you need to download music effects also to get good experience with the game.

### Game Start Window

![](Start_Point.png)

## Controls

### Arrow Keys for Direction:

#### For Player A:

To move paddle up press 'u'
To move paddle down press 'e'

### For Player B:

To move paddle up press 'UP_ARROW'
To move paddle down press 'DOWN_ARROW'

## Dependencies:

1. Python v3.x is required.
2. turtle module is also required.

## Disclaimer:

This project is Open Source licensed.