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.
- Host: GitHub
- URL: https://github.com/srimani-programmer/ping-pong-game
- Owner: srimani-programmer
- Created: 2018-12-20T14:00:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T15:38:03.000Z (over 4 years ago)
- Last Synced: 2023-03-06T11:33:19.266Z (over 3 years ago)
- Topics: game, ping-pong-game, python3, turtle
- Language: Python
- Homepage:
- Size: 106 KB
- Stars: 24
- Watchers: 3
- Forks: 49
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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

## 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.